Click or drag to resize

ArrayPoint Structure

This class is used for accessing 2D arrays. It is mainly used as a convenient wrapper for returning results of coordinate calculations.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
[VersionAttribute(1, 0, 0)]
[ImmutableAttribute]
public struct ArrayPoint : IEquatable<ArrayPoint>

The ArrayPoint type exposes the following members.

Constructors
  NameDescription
Public methodArrayPoint
Constructs a new ArrayPoint with the given coordinates.
Top
Properties
  NameDescription
Public propertyX
Returns the x-coordinate of this coordinate pair.
Public propertyY
Returns the y-coordinate of this coordinate pair.
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberOne
Public fieldStatic memberZero
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also