C# Class Pokemon3D.Rendering.UI.Animations.UiMultiAnimation

Inheritance: UiAnimation
ファイルを表示 Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
Start ( bool playReversed = false ) : void
UiMultiAnimation ( UiAnimation animations ) : System.Collections.Generic
Update ( float elapsedSeconds ) : void

Protected Methods

Method Description
OnUpdate ( ) : void

Method Details

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

Start() public method

public Start ( bool playReversed = false ) : void
playReversed bool
return void

UiMultiAnimation() public method

public UiMultiAnimation ( UiAnimation animations ) : System.Collections.Generic
animations UiAnimation
return System.Collections.Generic

Update() public method

public Update ( float elapsedSeconds ) : void
elapsedSeconds float
return void