The GdxAliasedPoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GdxAliasedPoint(String, Point, Action<(Of <<'(Double>)>>), Action, Dispatcher) |
The callback is called only when the alias is resolved correctly into a double.
|
![]() | GdxAliasedPoint(String, Point, Action<(Of <<'(String>)>>), Action, Dispatcher) |
The callback is called only when the alias is resolved correctly into a string.
|
![]() | GdxAliasedPoint(String, Point, Action<(Of <<'(Point, DataChangeEventArgs>)>>), Action, Dispatcher) |
Default constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes the wrapper
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AliasedPoint |
The point associated with this wrapper
|
![]() | ChangeCallback |
Fired when the alias changes
|
![]() | Dispatcher |
The dispatcher used to notify the GUI
|
![]() | ResetCallback |
Fired when the alias is reset
|
![]() | Tag |
The tag associated to the point
|