C# Class MixCurve, TheUnseen

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Méthode Description
AnimationUpdate ( ) : void
ClearDirty ( ) : void
Evaluate ( float time ) : float
GetFactor ( ) : float
MixCurve ( ) : System
MixCurve ( MixCurve, other ) : System

Method Details

AnimationUpdate() public méthode

public AnimationUpdate ( ) : void
Résultat void

ClearDirty() public méthode

public ClearDirty ( ) : void
Résultat void

Evaluate() public méthode

public Evaluate ( float time ) : float
time float
Résultat float

GetFactor() public méthode

public GetFactor ( ) : float
Résultat float

MixCurve() public méthode

public MixCurve ( ) : System
Résultat System

MixCurve() public méthode

public MixCurve ( MixCurve, other ) : System
other MixCurve,
Résultat System