C# Класс Ohana3DS_Transfigured.Ohana.RenderEngine.animationControl

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
animate bool
animationStep float
animations RenderBase.OAnimationListBase
paused bool

Открытые методы

Метод Описание
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.

Описание методов

advanceFrame() публичный Метод

Advances the current animation Frame.
public advanceFrame ( ) : void
Результат void

load() публичный Метод

Load the animation at the given index.
public load ( int animationIndex ) : bool
animationIndex int The index where the animation is located
Результат bool

pause() публичный Метод

Pauses the animation.
public pause ( ) : void
Результат void

play() публичный Метод

Play the animation. It will have no effect if no animations are loaded.
public play ( ) : void
Результат void

stop() публичный Метод

Stops the animation.
public stop ( ) : void
Результат void

Описание свойств

animate публичное свойство

public bool animate
Результат bool

animationStep публичное свойство

public float animationStep
Результат float

animations публичное свойство

public RenderBase.OAnimationListBase animations
Результат RenderBase.OAnimationListBase

paused публичное свойство

public bool paused
Результат bool