DataType¶
Enum | orca.geometry
Specifies the underlying data type of a property.
Overview¶
Constants¶
| Name | Description |
|---|---|
None |
No data type specified. |
Bool |
Boolean value representing true or false. |
Int |
Signed integer value. |
Enum |
Enumeration type represented by integer values mapped to named constants. |
Float |
Floating-point numeric value. |
String |
String data, heap-allocated to support arbitrary length content. |
Event |
Event reference used to bind triggers or callbacks. |
Struct |
Composite data structure containing multiple fields used for packaging related geometric, visual, and layout properties together. |
Color |
RGBA color value represented as four floating-point components (red, green, blue, alpha) in the range 0.0 to 1.0. |
Object |
Reference to a complex object instance. |