class Vector3Attribute(keyString: String, key: Int, component: ComponentBase, initialValue: Vector3) : TypedAbstractAttribute<Vector3>
<component name="3DCoordinates"> <Vector3Attribute name="position" defaultValue="0.0 0.0 0.0" /> </component>
| Name | Summary |
|---|---|
Vector3Attribute | constructor(keyString: String, key: Int, component: ComponentBase, initialValue: Vector3) |
| Name | Summary |
|---|---|
value | var value: WatchedVector3 |
| Name | Summary |
|---|---|
checkIfComponentIsOld | fun checkIfComponentIsOld() |
checkIfComponentIsRecycled | fun checkIfComponentIsRecycled() |
get | open override fun get(): Any |
getValue | operator fun getValue(thisRef: Any?, property: KProperty<*>): Vector3 |
keyName | fun keyName(): String |
markDirty | fun markDirty(potentialValue: WatchedVector3) |
set | open override fun set(value: Any) |
setValue | operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Vector3) |