class Property<T>
package champaign.core.primitives
implements ISerializable, IDisposable
Available on all platforms
A typed property that holds a value.
Constructor
Variables
Methods
bind(property:Property<T>):Void
Binds a property to this property. If the source property changes, this property's value also changes
Parameters:
property | The property to bound this property to. Has to be of the same type. |
---|
getState(?properties:Array<String>):String
Returns the string representation of the Property in Haxe serialized format.
Parameters:
properties | If null, all properties are returned |
---|
Returns:
String