C# Class AnimationOverlay, UnderworldExporter

Inheritance: UWEBase
Show file Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
Active bool
FrameNo int
NoOfFrames int
StartFrame int

Public Methods

Method Description
Animate ( ) : IEnumerator
Go ( ) : void
LoadAnimo ( int index ) : void
Start ( ) : void
Stop ( ) : void

Method Details

Animate() public method

public Animate ( ) : IEnumerator
return IEnumerator

Go() public method

public Go ( ) : void
return void

LoadAnimo() public method

public LoadAnimo ( int index ) : void
index int
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

Active public property

public bool Active
return bool

FrameNo public property

public int FrameNo
return int

NoOfFrames public property

public int NoOfFrames
return int

StartFrame public property

public int StartFrame
return int