Name | Summary |
---|---|
INT Attribute type representing an integer value. | |
BOOLEAN Attribute type representing a boolean value. | |
ENUM Attribute type representing a Enum value. | |
LONG Attribute type representing a long value. | |
FLOAT Attribute type representing a floating-point value. | |
STRING Attribute type representing a string value. | |
UUID Attribute type representing a universally unique identifier (UUID). | |
VECTOR2 Attribute type representing a 2D vector. | |
VECTOR3 Attribute type representing a 3D vector. | |
VECTOR4 Attribute type representing a 4D vector. | |
POSE Attribute type representing a pose (position and orientation). | |
TUPLE Attribute type representing a tuple of values. | |
MAP Attribute type representing a map of key-value pairs. | |
ENTITY Attribute type representing an entity. | |
TIME Attribute type representing a time value. |
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |
Name | Summary |
---|---|
valueOf | fun valueOf(value: String): RegisteredAttributeType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<RegisteredAttributeType> Returns an array containing the constants of this enum type, in the order they’re declared. |