A* Pathfinding Project
4.0.3
The A* Pathfinding Project for Unity 3D
|
Helper for drawing gizmos. More...
Helper for drawing gizmos.
Public Member Functions | |
void | DrawLine (Vector3 start, Vector3 end, Color color) |
void | DrawMesh (RetainedGizmos gizmos, Vector3[] vertices, List< int > triangles, Color[] colors) |
void | DrawWireCube (GraphTransform tr, Bounds bounds, Color color) |
Draws a wire cube after being transformed the specified transformation. | |
void | Submit (RetainedGizmos gizmos, Hasher hasher) |
Public Member Functions inherited from IAstarPooledObject | |
void | OnEnterPool () |
Private Member Functions | |
void IAstarPooledObject. | OnEnterPool () |
void | SubmitLines (RetainedGizmos gizmos, ulong hash) |
void | SubmitMeshes (RetainedGizmos gizmos, ulong hash) |
Private Attributes | |
List< Color32 > | lineColors = new List<Color32>() |
List< Vector3 > | lines = new List<Vector3>() |
List< Mesh > | meshes = new List<Mesh>() |
void DrawLine | ( | Vector3 | start, |
Vector3 | end, | ||
Color | color | ||
) |
void DrawMesh | ( | RetainedGizmos | gizmos, |
Vector3[] | vertices, | ||
List< int > | triangles, | ||
Color[] | colors | ||
) |
void DrawWireCube | ( | GraphTransform | tr, |
Bounds | bounds, | ||
Color | color | ||
) |
Draws a wire cube after being transformed the specified transformation.
|
private |
void Submit | ( | RetainedGizmos | gizmos, |
Hasher | hasher | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |