sceneProperty

A Kotlin delegate to create a SceneProperty (the implementation will be a SimpleSceneProperty. Typical usage :

val fooProperty by sceneProperty( initialValue )
var foo by fooProperty