API reference
API reference
Select your platform
No SDKs available
No versions available

AttributePrimitive Enum

Enum class representing different types of attribute implementations in the native layer.

Signature

enum AttributePrimitive : Enum<AttributePrimitive> 

Enumeration Constants

MemberDescription
DEFAULT
Default attribute type.
INT
Attribute type representing an integer 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.
URI
Attribute type representing a Uri.

Companion Object

Companion Object Functions

fromIndex ( index )
Returns the attribute type corresponding to the given index.
Signature
fun fromIndex(index: Int): AttributePrimitive
Parameters
index: Int
Did you find this page helpful?