API ReferenceEditor
public class Editor.MapClassVariable
Represents a variable.
Constructors
Showing 1 constructors
public MapClassVariable()
No results match this filter.
Properties
Showing 8 properties
public object Editor.MapClassVariable.DefaultValue { get; set; }
Default value for this variable.
public string Editor.MapClassVariable.Description { get; set; }
Description for this variable.
public string Editor.MapClassVariable.GroupName { get; set; }
Category or group for this variable.
public string Editor.MapClassVariable.LongName { get; set; }
The user friendly name for UI.
public System.Collections.Generic.Dictionary`2<string,string> Editor.MapClassVariable.Metadata { get; set; }
General purpose key-value store to alter functionality of UI, map compilation, editor helpers, etc.
public string Editor.MapClassVariable.Name { get; set; }
The internal name.
public System.Type Editor.MapClassVariable.PropertyType { get; set; }
Data type for this variable.
public string Editor.MapClassVariable.PropertyTypeOverride { get; set; }
Internal, used to override the type to one the tools understand.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.MapClassVariable |