C# Class MiningGame.Code.Animation

Afficher le fichier Open project: geel9/Minor-Destruction Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddFrame ( string assetName, string name = "" ) : void
Animation ( ) : System
getFrame ( int frame ) : AnimationFrame
getFrame ( string frame ) : AnimationFrame

Method Details

AddFrame() public méthode

public AddFrame ( string assetName, string name = "" ) : void
assetName string
name string
Résultat void

Animation() public méthode

public Animation ( ) : System
Résultat System

getFrame() public méthode

public getFrame ( int frame ) : AnimationFrame
frame int
Résultat AnimationFrame

getFrame() public méthode

public getFrame ( string frame ) : AnimationFrame
frame string
Résultat AnimationFrame