PlanBaseCoordinate Structure |
Namespace: (Default Namespace)
[SerializableAttribute] public struct Coordinate
The PlanBaseCoordinate type exposes the following members.
Name | Description | |
---|---|---|
PlanBaseCoordinate |
Creates a new coordinate given all its properties
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
(PlanBaseCoordinate to Point) |
Allows a path coordinate to be automatically used as a Point
|
Name | Description | |
---|---|---|
weight |
Can be used to store any additional piece of information about this coordinate,
but CheckNextCoordinate(SpriteBase, Int32, Int32) will use it to define a wait period
for a sprite arriving at this coordinate before proceeding to the next.
| |
x |
The horizontal aspect of this coordinate
| |
y |
The vercial aspect of this coordinate
|