optionalVector2Property
fun optionalVector2Property(initialValue: Vector2?): PropertyDelegate<Vector2?, 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
Content copied to clipboard