Click or drag to resize

ShapeStorageInfoTPoint Class

This class handles how the cells of a grid is represented in memeory. This class is used by shape info classes.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsShapeStorageInfoTPoint

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 0, 0)]
[ImmutableAttribute]
public class ShapeStorageInfo<TPoint>

Type Parameters

TPoint

The ShapeStorageInfoTPoint type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDifference
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIntersection
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSymmetricDifference
Public methodToString (Inherited from Object.)
Public methodUnion
Top
Fields
  NameDescription
Public fieldcontains
Public fieldstorageRect
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also