vector2Property
A Kotlin delegate
to create a Vector2Property (the implementation will be a SimpleVector2Property. Typical usage :
val fooProperty by vector2Property( initialValue )
var foo by fooProperty
Content copied to clipboard
A Kotlin delegate
to create a Vector2Property (the implementation will be a SimpleVector2Property. Typical usage :
val fooProperty by vector2Property( initialValue )
var foo by fooProperty