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
Content copied to clipboard
A Kotlin delegate
to create a SceneProperty (the implementation will be a SimpleSceneProperty. Typical usage :
val fooProperty by sceneProperty( initialValue )
var foo by fooProperty