Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
OOGL
Animation
Track
C# Class OOGL.Animation.Track
Animation sequencing track used in skeletal animation
Thread safety - This class is thread safe.
Mostrar archivo
Open project: tpb3d/TPB3D
Class Usage Examples
Public Properties
Property
Type
Description
sample
Sample
Public Methods
Method
Description
Reset
( ) :
void
Track
(
Sample
sample
) :
System
Update
(
float
elapsedTime
) :
void
Method Details
Reset()
public
method
public
Reset
( ) :
void
return
void
Track()
public
method
public
Track
(
Sample
sample
) :
System
sample
Sample
return
System
Update()
public
method
public
Update
(
float
elapsedTime
) :
void
elapsedTime
float
return
void
Property Details
sample
public_oe property
public
Sample,OOGL.Animation
sample
return
Sample