Click or drag to resize

ImageMapTPoint Class

Map that maps a grid to an image; useful for texturing a grid with a single image, or point an image with a grid.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsImageMapTPoint

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
[ExperimentalAttribute]
public class ImageMap<TPoint>
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint

The ImageMapTPoint type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCellDimensions
Public methodGetCellScale
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also