SimpleSceneProperty

open class SimpleSceneProperty(initialValue: Scene, bean: Any? = null, beanName: String? = null) : SimpleProperty<Scene> , SceneProperty

Boilerplate which avoids having to use generics. Instead of SimpleProperty<Scene>, we can use SimpleSceneProperty.

Constructors

Link copied to clipboard
constructor(initialValue: Scene, bean: Any? = null, beanName: String? = null)