Tanoda
|
Public Member Functions | |
void | OnDrawRuntimeGizmos (RuntimeGizmoDrawer drawer) |
void | OnDrawRuntimeGizmos (RuntimeGizmoDrawer drawer) |
Public Attributes | |
Transform | A |
Transform | B |
Transform | C |
Transform | D |
GameObject | poseEvaluationObj = null |
bool | fullPoseSpline = false |
Color | color = Color.white |
Definition at line 17 of file TransformCatmullRomSpline.cs.
void Leap.Unity.Splines.TransformCatmullRomSpline.OnDrawRuntimeGizmos | ( | RuntimeGizmoDrawer | drawer | ) |
Implements Leap.Unity.RuntimeGizmos.IRuntimeGizmoComponent.
Definition at line 69 of file TransformCatmullRomSpline.cs.
Transform Leap.Unity.Splines.TransformCatmullRomSpline.A |
Definition at line 21 of file TransformCatmullRomSpline.cs.
Transform Leap.Unity.Splines.TransformCatmullRomSpline.B |
Definition at line 22 of file TransformCatmullRomSpline.cs.
Transform Leap.Unity.Splines.TransformCatmullRomSpline.C |
Definition at line 23 of file TransformCatmullRomSpline.cs.
Color Leap.Unity.Splines.TransformCatmullRomSpline.color = Color.white |
Definition at line 31 of file TransformCatmullRomSpline.cs.
Transform Leap.Unity.Splines.TransformCatmullRomSpline.D |
Definition at line 24 of file TransformCatmullRomSpline.cs.
bool Leap.Unity.Splines.TransformCatmullRomSpline.fullPoseSpline = false |
Definition at line 29 of file TransformCatmullRomSpline.cs.
GameObject Leap.Unity.Splines.TransformCatmullRomSpline.poseEvaluationObj = null |
Definition at line 26 of file TransformCatmullRomSpline.cs.