C# Class Ohana3DS_Transfigured.Ohana.RenderEngine.animationControl

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured Class Usage Examples

Méthodes publiques

Свойство Type Description
animate bool
animationStep float
animations RenderBase.OAnimationListBase
paused bool

Méthodes publiques

Méthode Description
advanceFrame ( ) : void

Advances the current animation Frame.

load ( int animationIndex ) : bool

Load the animation at the given index.

pause ( ) : void

Pauses the animation.

play ( ) : void

Play the animation. It will have no effect if no animations are loaded.

stop ( ) : void

Stops the animation.

Method Details

advanceFrame() public méthode

Advances the current animation Frame.
public advanceFrame ( ) : void
Résultat void

load() public méthode

Load the animation at the given index.
public load ( int animationIndex ) : bool
animationIndex int The index where the animation is located
Résultat bool

pause() public méthode

Pauses the animation.
public pause ( ) : void
Résultat void

play() public méthode

Play the animation. It will have no effect if no animations are loaded.
public play ( ) : void
Résultat void

stop() public méthode

Stops the animation.
public stop ( ) : void
Résultat void

Property Details

animate public_oe property

public bool animate
Résultat bool

animationStep public_oe property

public float animationStep
Résultat float

animations public_oe property

public RenderBase.OAnimationListBase animations
Résultat RenderBase.OAnimationListBase

paused public_oe property

public bool paused
Résultat bool