Click or drag to resize

GesturePreprocessorDrawGizmos Method

Draw the discrete grid as a gizmo.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void DrawGizmos(
	GestureData gesture,
	Vector3 position,
	float size
)

Parameters

gesture
Type: RavingBots.MagicGestures.ControllerGestureData
The gesture to discretize.
position
Type: Vector3
The desired position of the gizmo grid.
size
Type: SystemSingle
The desired size of the gizmo grid.
Remarks
This method visualises what Extract(GestureData) does for debugging purposes. The resulting grid is not saved but rather drawn as gizmo cubes on the scene view (where filled cube is where a value in Matrix would be ).
See Also