LayeredPointTPoint Structure |
Namespace: Gamelogic.Grids
[VersionAttribute(1, 8, 0)] [ExperimentalAttribute] public struct LayeredPoint<TPoint> : IGridPoint<LayeredPoint<TPoint>>, IEquatable<LayeredPoint<TPoint>>, IGridPoint where TPoint : Object, IGridPoint<TPoint>
The LayeredPointTPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| LayeredPointTPoint |
| Name | Description | |
|---|---|---|
| Layer | ||
| Point | ||
| SpliceCount | ||
| SpliceIndex |
| Name | Description | |
|---|---|---|
| DistanceFrom | ||
| Equals(Object) | (Inherited from ValueType.) | |
| Equals(LayeredPointTPoint) | ||
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |