C# Class MiningGame.Code.Animation

显示文件 Open project: geel9/Minor-Destruction Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

AddFrame() public method

public AddFrame ( string assetName, string name = "" ) : void
assetName string
name string
return void

Animation() public method

public Animation ( ) : System
return System

getFrame() public method

public getFrame ( int frame ) : AnimationFrame
frame int
return AnimationFrame

getFrame() public method

public getFrame ( string frame ) : AnimationFrame
frame string
return AnimationFrame