C# Class Apricot.Motion

Summary description for Motion.
Inheritance: ICloneable
ファイルを表示 Open project: kawatan/Apricot

Public Methods

Method Description
Clone ( ) : object
Motion ( ) : System
Next ( ) : bool
Previous ( ) : bool
Reset ( ) : void
this ( int index ) : Sprite

Method Details

Clone() public method

public Clone ( ) : object
return object

Motion() public method

public Motion ( ) : System
return System

Next() public method

public Next ( ) : bool
return bool

Previous() public method

public Previous ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

this() public method

public this ( int index ) : Sprite
index int
return Sprite