InspectableVectorPoint Class |
Namespace: Gamelogic.Grids
[SerializableAttribute] [VersionAttribute(1, 0, 0)] public class InspectableVectorPoint
The InspectableVectorPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateTPoint | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetDiamondPoint | ||
| GetFlatHexPoint | ||
| GetHashCode | (Inherited from Object.) | |
| GetPointyHexPoint | ||
| GetRectPoint | ||
| GetType | (Inherited from Object.) | |
| GetVectorPoint | ||
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |
[Serializable] public MyClass { public InspectableVectorPoint playerStart; private PointyHexPoint playerPosition; public void Start() { playerPosition = playerStart.GetPointyHexPoint(); } }
[Serializable] public MyClass { public InspectableVectorPoint playerStart; private PointyHexPoint playerPosition; public void Start() { playerPosition = playerStart.GetPointyHexPoint(); } }