optionalVector2Property

A Kotlin delegate to create an OptionalVector2Property (the implementation will be a SimpleOptionalVector2Property. Typical usage :

val fooProperty by optionalVector2Property( initialValue )
var foo by fooProperty