optionalSceneProperty

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

val fooProperty by optionalSceneProperty( initialValue )
var foo by fooProperty