Property | Type | Description | |
---|---|---|---|
delay | float | ||
frames | int[] | ||
looped | System.Boolean | ||
name | String |
Method | Description | |
---|---|---|
FlxAnim ( String Name, int Frames, float FrameRate, System.Boolean Looped ) : System | ||
destroy ( ) : void |
public FlxAnim ( String Name, int Frames, float FrameRate, System.Boolean Looped ) : System | ||
Name | String | |
Frames | int | |
FrameRate | float | |
Looped | System.Boolean | |
return | System |