AbstractMapTPoint Methods |
The AbstractMapTPoint generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AnchorCellBottom | ||
| AnchorCellBottomCenter | ||
| AnchorCellBottomLeft | ||
| AnchorCellBottomRight | ||
| AnchorCellCenter | ||
| AnchorCellLeft | ||
| AnchorCellMiddle | ||
| AnchorCellMiddleCenter | ||
| AnchorCellMiddleLeft | ||
| AnchorCellMiddleRight | ||
| AnchorCellRight | ||
| AnchorCellTop | ||
| AnchorCellTopCenter | ||
| AnchorCellTopLeft | ||
| AnchorCellTopRight | ||
| Animate |
Animates a according to a fixed function. This is useful for animating grids
when the animation does not depend on any input.
| |
| CalcAnchorBottomLeft | ||
| CalcAnchorDimensions | ||
| CalcBottomLeft | ||
| CalcGridDimensions | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FlipXY | ||
| GetAnchorTranslation | ||
| GetCellDimensions | ||
| GetCellDimensions(TPoint) |
Overrides this method to get custom Grid dimension calculations
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GridToWorld | ||
| MemberwiseClone | (Inherited from Object.) | |
| RawWorldToGrid |
This method maps a world point to a grid point, assuming that
the anchor point is centered in the cell.This will allow the
index accessors[] to give correct results for any anchoring.
| |
| ReflectAboutX | ||
| ReflectAboutY | ||
| Rotate | ||
| Rotate180 | ||
| Rotate90 | ||
| RotateAround | ||
| Scale(Single) | ||
| Scale(Vector2) | ||
| Scale(Single, Single) | ||
| SetGridPointTransforms | ||
| To3DXY |
Makes a map that maps to 3D, with the grid positioned in the
XY plane, with the z-coordinate 0.
| |
| To3DXY(Single) |
Makes a map that maps to 3D, with the grid positioned in the
XY plane, with the given z-coordinate.
| |
| To3DXZ |
Makes a map that maps to 3D, with the grid positioned in the
XZ plane, with the z-coordinate 0.
| |
| To3DXZ(Single) |
Makes a map that maps to 3D, with the grid positioned in the
XZ plane, with the given z-coordinate.
| |
| ToString | (Inherited from Object.) | |
| Translate(Vector2) | ||
| Translate(Single, Single) | ||
| TranslateX | ||
| TranslateY | ||
| WithWindow |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |