Table of Contents

Class MobiusPointyHexMapBuilder

Namespace
Gamelogic.Grids.Examples
Assembly
Assembly-CSharp.dll
public class MobiusPointyHexMapBuilder : CustomMap3DBuilder
Inheritance
MobiusPointyHexMapBuilder
Inherited Members
MonoBehaviour.IsInvoking()
MonoBehaviour.StopCoroutine(Coroutine)
MonoBehaviour.StopAllCoroutines()
MonoBehaviour.runInEditMode
Component.GetComponent<T>()
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren<T>()
Component.GetComponentsInParent<T>()
Component.transform
Component.gameObject
Component.tag
Object.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.name
Object.hideFlags
Extension Methods

Fields

bigRadius

public Vector2 bigRadius

Field Value

Vector2

halfTwistCount

public int halfTwistCount

Field Value

int

smallRadius

public Vector2 smallRadius

Field Value

Vector2

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