PresetValue Type
A serialized attribute value for preset storage.
Union cases
| Union case |
Description
|
Full Usage:
BoolVal v
Parameters:
bool
|
|
Full Usage:
ColorVal argb
Parameters:
uint32
|
|
Full Usage:
FloatVal v
Parameters:
float32
|
|
Full Usage:
IntVal v
Parameters:
int
|
|
|
|
Full Usage:
StringVal v
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBoolVal
Returns: bool
|
|
Full Usage:
this.IsColorVal
Returns: bool
|
|
Full Usage:
this.IsFloatVal
Returns: bool
|
|
Full Usage:
this.IsIntVal
Returns: bool
|
|
Full Usage:
this.IsStringSetVal
Returns: bool
|
|
Full Usage:
this.IsStringVal
Returns: bool
|
|
FSBarV1_Archived