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

Vector3Attribute

Vector3Attribute

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

Constructors

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

Properties

NameSummary
map
var map: MutableMap<Int, <Error class: unknown class><AttributeType, Any?>>
value
var value: Vector3?

Functions

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