PathNodeGizmo is used to display a path node and its connections to its neighbors for graph visualization. More...
Public Member Functions | |
| void | OnDrawGizmos () |
| Draw the gizmo when gizmos are enabled. | |
Public Attributes | |
| Color | gizmoColor = Color.red |
| The color of the graph nodes. | |
| Color | edgeColor = Color.white |
| The color of the graph edges. | |
PathNodeGizmo is used to display a path node and its connections to its neighbors for graph visualization.
| void RAIN.Path.PathNodeGizmo.OnDrawGizmos | ( | ) |
Draw the gizmo when gizmos are enabled.
| Color RAIN.Path.PathNodeGizmo.edgeColor = Color.white |
The color of the graph edges.
| Color RAIN.Path.PathNodeGizmo.gizmoColor = Color.red |
The color of the graph nodes.