Click or drag to resize

LayeredPointTPoint Structure

A point that represent cells in a LayeredGrid.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
[ExperimentalAttribute]
public struct LayeredPoint<TPoint> : IGridPoint<LayeredPoint<TPoint>>, 
	IEquatable<LayeredPoint<TPoint>>, IGridPoint
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint

The LayeredPointTPoint type exposes the following members.

Constructors
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also