Method | Description | |
---|---|---|
GetLegalValues ( |
Returns a string describing the legal values for a particular enum.
|
|
GetScriptAttribute ( int enumValue, |
Looks up the script attibute for the enumeration value
|
|
Lookup ( string val, |
Returns an actual enum value for a enum that can be used in script files.
|
|
ScriptEnumAttribute ( string val ) : System |
|
public static GetLegalValues ( |
||
type | ||
return | string |
public static GetScriptAttribute ( int enumValue, |
||
enumValue | int | The enumeration value |
type | The Enumeration | |
return | string |
public static Lookup ( string val, |
||
val | string | |
type | ||
return | object |
public ScriptEnumAttribute ( string val ) : System | ||
val | string | The value as it will appear when used in script files (.material, .overlay, etc). |
return | System |