C# Class MixCurve, TheUnseen

Mostra file Open project: henryj41043/TheUnseen Class Usage Examples

Public Methods

Method Description
AnimationUpdate ( ) : void
ClearDirty ( ) : void
Evaluate ( float time ) : float
GetFactor ( ) : float
MixCurve ( ) : System
MixCurve ( MixCurve, other ) : System

Method Details

AnimationUpdate() public method

public AnimationUpdate ( ) : void
return void

ClearDirty() public method

public ClearDirty ( ) : void
return void

Evaluate() public method

public Evaluate ( float time ) : float
time float
return float

GetFactor() public method

public GetFactor ( ) : float
return float

MixCurve() public method

public MixCurve ( ) : System
return System

MixCurve() public method

public MixCurve ( MixCurve, other ) : System
other MixCurve,
return System