class Vector4Attribute(keyString: String, key: Int, component: ComponentBase, initialValue: Vector4) : TypedAbstractAttribute<Vector4>
<component name="Velocity"> <Vector4Attribute name="velocity" defaultValue="0.0 0.0 0.0 1.0" /> </component>
| Name | Summary |
|---|---|
Vector4Attribute | constructor(keyString: String, key: Int, component: ComponentBase, initialValue: Vector4) |
| Name | Summary |
|---|---|
value | var value: WatchedVector4 |
| Name | Summary |
|---|---|
checkIfComponentIsOld | fun checkIfComponentIsOld() |
checkIfComponentIsRecycled | fun checkIfComponentIsRecycled() |
get | open override fun get(): Any |
getValue | operator fun getValue(thisRef: Any?, property: KProperty<*>): Vector4 |
keyName | fun keyName(): String |
markDirty | fun markDirty(potentialValue: WatchedVector4) |
set | open override fun set(value: Any) |
setValue | operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Vector4) |