SimpleOptionalVector2Property
open class SimpleOptionalVector2Property(initialValue: Vector2?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Vector2?> , OptionalVector2Property
Boilerplate which avoids having to use generics.
Similar to SimpleVector2Property, but the value can also be null
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Vector2?>, Vector2?, Vector2?) -> Unit): ChangeListener<Vector2?, ObservableValue<Vector2?>>
open override fun addBindChangeListener(listener: ChangeListener<Vector2?, ObservableValue<Vector2?>>)
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Vector2?>, Vector2?, Vector2?) -> Unit): ChangeListener<Vector2?, ObservableValue<Vector2?>>
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Vector2?>, Vector2?, Vector2?) -> Unit): ChangeListener<Vector2?, ObservableValue<Vector2?>>
Link copied to clipboard
Link copied to clipboard
Returns a read-only view of this mutable OptionalVector2Property. Typical usage :
Link copied to clipboard
open override fun <B> bidirectionalBind(other: Property<B>, converter: Converter<Vector2?, B>): BidirectionalBind
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removeChangeListener(listener: ChangeListener<Vector2?, ObservableValue<Vector2?>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard