API ReferenceEditor
MapClassVariableclass
Represents a variable.
object→MapClassVariable
Constructors1
Showing 1 constructors
public MapClassVariable()
No results match this filter.
Properties8
Showing 8 properties
public object Editor.MapClassVariable.DefaultValue { get; set; }
Default value for this variable.
Returns:
object—public string Editor.MapClassVariable.Description { get; set; }
Description for this variable.
Returns:
string—public string Editor.MapClassVariable.GroupName { get; set; }
Category or group for this variable.
Returns:
string—public string Editor.MapClassVariable.LongName { get; set; }
The user friendly name for UI.
Returns:
string—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.
Returns:
Dictionary<string,string>—public string Editor.MapClassVariable.Name { get; set; }
The internal name.
Returns:
string—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.
Returns:
string—No results match this filter.