Method | Description | |
---|---|---|
Add ( float frameAmount, Values values ) : void | ||
AddFrame ( ICaption caption, double frame ) : void | ||
AddSorted ( |
||
AnimationData ( ) : System | ||
AnimationData ( ICaption caption ) : System | ||
ApplyAnimation ( ICaption caption, float frame ) : Action |
||
MoveFrame ( int index, float frameAmount ) : void | ||
Parse ( byte version, |
||
RemoveFrame ( int index ) : void | ||
Write ( |
Method | Description | |
---|---|---|
Lerp ( double startFrame, double duration, double frame ) : Values |
public Add ( float frameAmount, Values values ) : void | ||
frameAmount | float | |
values | Values | |
return | void |
public AddFrame ( ICaption caption, double frame ) : void | ||
caption | ICaption | |
frame | double | |
return | void |
public AddSorted ( |
||
entry | ||
startFrame | double | |
duration | double | |
frame | double | |
return | void |
public AnimationData ( ICaption caption ) : System | ||
caption | ICaption | |
return | System |
public ApplyAnimation ( ICaption caption, float frame ) : Action |
||
caption | ICaption | |
frame | float | |
return | Action |
public MoveFrame ( int index, float frameAmount ) : void | ||
index | int | |
frameAmount | float | |
return | void |
public static Parse ( byte version, |
||
version | byte | |
br | ||
return |