Tanoda
Leap.Unity.RuntimeGizmos.IRuntimeGizmoComponent Interface Reference

Have your MonoBehaviour implement this interface to be able to draw runtime gizmos. You must also have a RuntimeGizmoManager component in the scene to recieve callbacks. More...

Inheritance diagram for Leap.Unity.RuntimeGizmos.IRuntimeGizmoComponent:
Leap.Unity.Animation.Examples.TransformPoseSpline Leap.Unity.Interaction.InteractionManager Leap.Unity.RuntimeGizmos.RuntimeColliderGizmos Leap.Unity.Splines.TransformCatmullRomSpline

Public Member Functions

void OnDrawRuntimeGizmos (RuntimeGizmoDrawer drawer)
 

Detailed Description

Have your MonoBehaviour implement this interface to be able to draw runtime gizmos. You must also have a RuntimeGizmoManager component in the scene to recieve callbacks.

Definition at line 21 of file RuntimeGizmoManager.cs.

Member Function Documentation

◆ OnDrawRuntimeGizmos()


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