A* Pathfinding Project  4.0.8
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
LayerGridGraphEditor Class Reference

Public Member Functions

override void OnInspectorGUI (NavGraph target)
 Override to implement graph inspectors.
 
- Public Member Functions inherited from GridGraphEditor
override void OnSceneGUI (NavGraph target)
 Override to implement scene GUI drawing for the graph.
 
- Public Member Functions inherited from GraphEditor
bool AutoScan ()
 Called by editor scripts to rescan the graphs e.g when the user moved a graph.
 
void OnBaseInspectorGUI (NavGraph target)
 Draws common graph settings.
 
virtual void OnEnable ()
 
bool ToggleGroup (string label, bool value)
 Draws a toggle with a bold label to the right.
 

Protected Member Functions

override void DrawCollisionEditor (GraphCollision collision)
 Draws the inspector for a GraphCollision class .
 
override void DrawCutCorners (GridGraph graph)
 
override void DrawJPS (GridGraph graph)
 
override void DrawMaxClimb (GridGraph graph)
 
override void DrawMiddleSection (GridGraph graph)
 
override void DrawNeighbours (GridGraph graph)
 
override void DrawTextureData (GridGraph.TextureData data, GridGraph graph)
 Draws settings for using a texture as source for a grid.
 
override void DrawUse2DPhysics (GraphCollision collision)
 
- Protected Member Functions inherited from GridGraphEditor
void DrawErosion (GridGraph graph)
 
void DrawMaxSlope (GridGraph graph)
 

Additional Inherited Members

- Public Types inherited from GridGraphEditor
enum  GridPivot {
  Center, TopLeft, TopRight, BottomLeft,
  BottomRight
}
 
- Static Public Member Functions inherited from GridGraphEditor
static GridPivot PivotPointSelector (GridPivot pivot)
 
static Vector3 RoundVector3 (Vector3 v)
 Rounds a vector's components to multiples of 0.5 (i.e 0.5, 1.0, 1.5, etc.) if very close to them.
 
- Public Attributes inherited from GridGraphEditor
bool isMouseDown
 
bool locked = true
 
GridPivot pivot
 
bool showExtra
 
- Static Protected Attributes inherited from GridGraphEditor
static readonly string[] ChannelUseNames = { "None", "Penalty", "Height", "Walkability and Penalty" }
 

Member Function Documentation

override void DrawCollisionEditor ( GraphCollision  collision)
protectedvirtual

Draws the inspector for a GraphCollision class .

Reimplemented from GridGraphEditor.

override void DrawCutCorners ( GridGraph  graph)
protectedvirtual

Reimplemented from GridGraphEditor.

override void DrawJPS ( GridGraph  graph)
protectedvirtual

Reimplemented from GridGraphEditor.

override void DrawMaxClimb ( GridGraph  graph)
protectedvirtual

Reimplemented from GridGraphEditor.

override void DrawMiddleSection ( GridGraph  graph)
protectedvirtual

Reimplemented from GridGraphEditor.

override void DrawNeighbours ( GridGraph  graph)
protectedvirtual

Reimplemented from GridGraphEditor.

override void DrawTextureData ( GridGraph.TextureData  data,
GridGraph  graph 
)
protectedvirtual

Draws settings for using a texture as source for a grid.

A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here

Reimplemented from GridGraphEditor.

override void DrawUse2DPhysics ( GraphCollision  collision)
protectedvirtual

Reimplemented from GridGraphEditor.

override void OnInspectorGUI ( NavGraph  target)
virtual

Override to implement graph inspectors.

Reimplemented from GridGraphEditor.


The documentation for this class was generated from the following file: