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

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

Public Methods

Method Description
UiCustomDeltaAnimation ( float durationSeconds, float>.Action onDeltaUpdate ) : System

Protected Methods

Method Description
OnUpdate ( ) : void

Method Details

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

UiCustomDeltaAnimation() public method

public UiCustomDeltaAnimation ( float durationSeconds, float>.Action onDeltaUpdate ) : System
durationSeconds float
onDeltaUpdate float>.Action
return System