Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LineDrawer.AnimationCurve3
C# Class LineDrawer.AnimationCurve3
Show file
Open project: Microsoft/HoloToolkit-Unity
Public Properties
Property
Type
Description
CurveX
UnityEngine.AnimationCurve
CurveY
UnityEngine.AnimationCurve
CurveZ
UnityEngine.AnimationCurve
Public Methods
Method
Description
AddKey
(
float
time
,
Vector3
pos
) :
void
Evaluate
(
float
time
) :
Vector3
Method Details
AddKey()
public
method
public
AddKey
(
float
time
,
Vector3
pos
) :
void
time
float
pos
Vector3
return
void
Evaluate()
public
method
public
Evaluate
(
float
time
) :
Vector3
time
float
return
Vector3
Property Details
CurveX
public property
public
AnimationCurve,UnityEngine
CurveX
return
UnityEngine.AnimationCurve
CurveY
public property
public
AnimationCurve,UnityEngine
CurveY
return
UnityEngine.AnimationCurve
CurveZ
public property
public
AnimationCurve,UnityEngine
CurveZ
return
UnityEngine.AnimationCurve