Click or drag to resize

AbstractOpTShapeInfo Class

The base class for all shape operators.A shape operator provides a mechanism to construct grids in a certain shape.Shape operators are used with the shape info classes.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsAbstractOpTShapeInfo
    More...

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 0, 0)]
public abstract class AbstractOp<TShapeInfo>
where TShapeInfo : class

Type Parameters

TShapeInfo
ShapeInfo Class to be used.

The AbstractOpTShapeInfo type exposes the following members.

Constructors
Methods
Fields
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsAbstractOpTShapeInfo
    Gamelogic.GridsCairoOpTCell
    Gamelogic.GridsDiamondOpTCell
    Gamelogic.GridsFlatHexOpTCell
    Gamelogic.GridsFlatRhombOpTCell
    Gamelogic.GridsFlatTriOpTCell
    Gamelogic.GridsLineOpTCell
    Gamelogic.GridsPointyHexOpTCell
    Gamelogic.GridsPointyRhombOpTCell
    Gamelogic.GridsPointyTriOpTCell
    Gamelogic.GridsRectOpTCell