C# Class AnimationOverlay, UnderworldExporter

Inheritance: UWEBase
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
Active bool
FrameNo int
NoOfFrames int
StartFrame int

Méthodes publiques

Méthode Description
Animate ( ) : IEnumerator
Go ( ) : void
LoadAnimo ( int index ) : void
Start ( ) : void
Stop ( ) : void

Method Details

Animate() public méthode

public Animate ( ) : IEnumerator
Résultat IEnumerator

Go() public méthode

public Go ( ) : void
Résultat void

LoadAnimo() public méthode

public LoadAnimo ( int index ) : void
index int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Active public_oe property

public bool Active
Résultat bool

FrameNo public_oe property

public int FrameNo
Résultat int

NoOfFrames public_oe property

public int NoOfFrames
Résultat int

StartFrame public_oe property

public int StartFrame
Résultat int