C# Class fliXNA_xbox.FlxAnim

Afficher le fichier Open project: konamicode/fliXNA_xbox Class Usage Examples

Méthodes publiques

Свойство Type Description
delay float
frames int[]
looped System.Boolean
name String

Méthodes publiques

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

Method Details

FlxAnim() public méthode

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

destroy() public méthode

public destroy ( ) : void
Résultat void

Property Details

delay public_oe property

public float delay
Résultat float

frames public_oe property

public int[] frames
Résultat int[]

looped public_oe property

public Boolean,System looped
Résultat System.Boolean

name public_oe property

public String name
Résultat String