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

Vector4Attribute

Vector4Attribute

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

Constructors

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

Properties

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

Functions

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