SimpleOptionalSceneProperty
open class SimpleOptionalSceneProperty(initialValue: Scene?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Scene?> , OptionalSceneProperty
Boilerplate which avoids having to use generics.
Similar to SimpleSceneProperty, but the value can also be null
.