class
MapClassVariable
public class MapClassVariable Represents a variable.
Constructors
MapClassVariable() Properties
| Name | Type | Description |
|---|---|---|
Name | String | The internal name. |
LongName | String | The user friendly name for UI. |
Description | String | Description for this variable. |
GroupName | String | Category or group for this variable. |
PropertyType | Type | Data type for this variable. |
DefaultValue | Object | Default value for this variable. |
PropertyTypeOverride | String | Internal, used to override the type to one the tools understand. |
Metadata | Dictionary<String, String> | General purpose key-value store to alter functionality of UI, map compilation, editor helpers, etc. |