Tanoda
Leap.Unity.Splines.TransformCatmullRomSpline Class Reference
Inheritance diagram for Leap.Unity.Splines.TransformCatmullRomSpline:
Leap.Unity.RuntimeGizmos.IRuntimeGizmoComponent

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
 

Detailed Description

Definition at line 17 of file TransformCatmullRomSpline.cs.

Member Function Documentation

◆ OnDrawRuntimeGizmos()

void Leap.Unity.Splines.TransformCatmullRomSpline.OnDrawRuntimeGizmos ( RuntimeGizmoDrawer  drawer)

Member Data Documentation

◆ A

Transform Leap.Unity.Splines.TransformCatmullRomSpline.A

Definition at line 21 of file TransformCatmullRomSpline.cs.

◆ B

Transform Leap.Unity.Splines.TransformCatmullRomSpline.B

Definition at line 22 of file TransformCatmullRomSpline.cs.

◆ C

Transform Leap.Unity.Splines.TransformCatmullRomSpline.C

Definition at line 23 of file TransformCatmullRomSpline.cs.

◆ color

Color Leap.Unity.Splines.TransformCatmullRomSpline.color = Color.white

Definition at line 31 of file TransformCatmullRomSpline.cs.

◆ D

Transform Leap.Unity.Splines.TransformCatmullRomSpline.D

Definition at line 24 of file TransformCatmullRomSpline.cs.

◆ fullPoseSpline

bool Leap.Unity.Splines.TransformCatmullRomSpline.fullPoseSpline = false

Definition at line 29 of file TransformCatmullRomSpline.cs.

◆ poseEvaluationObj

GameObject Leap.Unity.Splines.TransformCatmullRomSpline.poseEvaluationObj = null

Definition at line 26 of file TransformCatmullRomSpline.cs.


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