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

Vector2Attribute

Vector2Attribute

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

Constructors

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

Properties

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

Functions

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