Click or drag to resize
PlanBaseCoordinate Structure
Stores information about a coordinate within a PlanBase.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
[SerializableAttribute]
public struct Coordinate

The PlanBaseCoordinate type exposes the following members.

Constructors
  NameDescription
Public methodPlanBaseCoordinate
Creates a new coordinate given all its properties
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
Fields
  NameDescription
Public fieldweight
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.
Public fieldx
The horizontal aspect of this coordinate
Public fieldy
The vercial aspect of this coordinate
Top
See Also