Click or drag to resize

SplicedPointTBasePoint Structure

A point that can be use that access a generic SplicedGrid. It has two components, a base point (which is another grid point), and a splice index. Note that for these points to be truly immutable, the base point on which they are based must also be immutable.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ImmutableAttribute]
public struct SplicedPoint<TBasePoint> : IGridPoint<SplicedPoint<TBasePoint>>, 
	IEquatable<SplicedPoint<TBasePoint>>, IGridPoint
where TBasePoint : Object, IGridPoint<TBasePoint>

Type Parameters

TBasePoint

The SplicedPointTBasePoint 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