Class SpherePointyHexMapBuilder
public class SpherePointyHexMapBuilder : CustomMap3DBuilder
- Inheritance
-
SpherePointyHexMapBuilder
- Inherited Members
-
MonoBehaviour.IsInvoking()MonoBehaviour.StopCoroutine(Coroutine)MonoBehaviour.StopAllCoroutines()MonoBehaviour.runInEditModeComponent.GetComponent<T>()Component.GetComponentInChildren<T>()Component.GetComponentsInChildren<T>()Component.GetComponentsInParent<T>()Component.transformComponent.gameObjectComponent.tagObject.Instantiate(Object, Vector3, Quaternion)Object.Instantiate(Object)Object.Instantiate(Object, Transform)Object.Instantiate<T>(T, Vector3, Quaternion, Transform)Object.Instantiate<T>(T, Transform)Object.Destroy(Object)Object.DestroyImmediate(Object)Object.DestroyObject(Object)Object.FindObjectsOfType<T>()Object.nameObject.hideFlags
- Extension Methods
Fields
radius
public Vector3 radius
Field Value
Methods
CreateMap<TPoint>()
Creates a new IMap3D for the given point type.
public override IMap3D<TPoint> CreateMap<TPoint>() where TPoint : IGridPoint<TPoint>
Returns
- IMap3D<TPoint>
Type Parameters
TPoint
CreateMeshMap<TPoint>()
Creates a new IMap3D for the given point type.
public override IMeshMap<TPoint> CreateMeshMap<TPoint>() where TPoint : IGridPoint<TPoint>
Returns
- IMeshMap<TPoint>
Type Parameters
TPoint