C# Class fliXNA_xbox.FlxAnim

Show file Open project: konamicode/fliXNA_xbox Class Usage Examples

Public Properties

Property Type Description
delay float
frames int[]
looped System.Boolean
name String

Public Methods

Method Description
FlxAnim ( String Name, int Frames, float FrameRate, System.Boolean Looped ) : System
destroy ( ) : void

Method Details

FlxAnim() public method

public FlxAnim ( String Name, int Frames, float FrameRate, System.Boolean Looped ) : System
Name String
Frames int
FrameRate float
Looped System.Boolean
return System

destroy() public method

public destroy ( ) : void
return void

Property Details

delay public property

public float delay
return float

frames public property

public int[] frames
return int[]

looped public property

public Boolean,System looped
return System.Boolean

name public property

public String name
return String