vector2Property

fun vector2Property(initialValue: Vector2): PropertyDelegate<Vector2, 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