Catlike Coding
Unity Code Documentation
|
Value object for NumberFlow diagrams. Contains all possible value types, but only one is used per instance. More...
Public Member Functions | |
Value () | |
Initialize a new instance of the CatlikeCoding.NumberFlow.Value class. More... | |
Value (Value value) | |
Initialize a new instance of the CatlikeCoding.NumberFlow.Value class. More... | |
Public Attributes | |
AnimationCurve | AnimationCurve = null |
Curve value. More... | |
bool | Bool |
Boolean value. More... | |
Color | Color |
Color value. More... | |
float | Float |
Float value. More... | |
Gradient | Gradient = null |
Gradient value. More... | |
int | Int |
Int value. More... | |
DiagramPixels | Pixels = null |
Pixels value. More... | |
string | String |
String value. More... | |
Vector2 | Vector2 |
Vector2 value. More... | |
Vector3 | Vector3 |
Vector3 value. More... | |
Value object for NumberFlow diagrams. Contains all possible value types, but only one is used per instance.
CatlikeCoding.NumberFlow.Value.Value | ( | ) |
Initialize a new instance of the CatlikeCoding.NumberFlow.Value class.
CatlikeCoding.NumberFlow.Value.Value | ( | Value | value | ) |
Initialize a new instance of the CatlikeCoding.NumberFlow.Value class.
value | Value to create a deep copy of. |
AnimationCurve CatlikeCoding.NumberFlow.Value.AnimationCurve = null |
Curve value.
bool CatlikeCoding.NumberFlow.Value.Bool |
Boolean value.
Color CatlikeCoding.NumberFlow.Value.Color |
Color value.
float CatlikeCoding.NumberFlow.Value.Float |
Float value.
Gradient CatlikeCoding.NumberFlow.Value.Gradient = null |
Gradient value.
int CatlikeCoding.NumberFlow.Value.Int |
Int value.
DiagramPixels CatlikeCoding.NumberFlow.Value.Pixels = null |
Pixels value.
string CatlikeCoding.NumberFlow.Value.String |
String value.
Vector2 CatlikeCoding.NumberFlow.Value.Vector2 |
Vector2 value.
Vector3 CatlikeCoding.NumberFlow.Value.Vector3 |
Vector3 value.