RAIN.Path.PathNodeGizmo Class Reference

PathNodeGizmo is used to display a path node and its connections to its neighbors for graph visualization. More...

List of all members.

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.

Detailed Description

PathNodeGizmo is used to display a path node and its connections to its neighbors for graph visualization.


Member Function Documentation

void RAIN.Path.PathNodeGizmo.OnDrawGizmos ( )

Draw the gizmo when gizmos are enabled.


Member Data Documentation

Color RAIN.Path.PathNodeGizmo.edgeColor = Color.white

The color of the graph edges.

The color of the graph nodes.