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

UUIDAttribute

UUIDAttribute

class UUIDAttribute(keyString: String, key: Int, component: ComponentBase, initialValue: UUID? = null) : AbstractAttribute<UUID?>

Constructors

NameSummary
UUIDAttribute
constructor(keyString: String, key: Int, component: ComponentBase, initialValue: UUID? = null)

Properties

NameSummary
map
var map: MutableMap<Int, <Error class: unknown class><AttributePrimitive, Any?>>
value
var value: UUID?

Functions

NameSummary
checkIfComponentIsOld
fun checkIfComponentIsOld()
checkIfComponentIsRecycled
fun checkIfComponentIsRecycled()
getValue
operator fun getValue(thisRef: Any?, property: KProperty<*>): UUID
setValue
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: UUID)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon