C# Class fliXNA_xbox.FlxAnim

显示文件 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_oe property

public float delay
return float

frames public_oe property

public int[] frames
return int[]

looped public_oe property

public Boolean,System looped
return System.Boolean

name public_oe property

public String name
return String