s&box docs

public class Editor.MapClassVariable

Represents a variable.

Constructors

Showing 1 constructors

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.PropertyTypeOverride { get; set; }

Internal, used to override the type to one the tools understand.

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.MapClassVariable

On this page