Click or drag to resize

LineOpTCell Class

Inheritance Hierarchy
SystemObject
  Gamelogic.GridsAbstractOpShapeStorageInfoLinePoint
    Gamelogic.GridsLineOpTCell

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

Type Parameters

TCell

The LineOpTCell type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMakeShapeStorageInfo(TShapeInfo) (Inherited from AbstractOpTShapeInfo.)
Public methodMakeShapeStorageInfoTPoint(IntRect, FuncTPoint, Boolean) (Inherited from AbstractOpTShapeInfo.)
Public methodMakeShapeStorageInfoTPoint(Int32, Int32, FuncTPoint, Boolean) (Inherited from AbstractOpTShapeInfo.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSegment
Public methodToString (Inherited from Object.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also