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

Inheritance: UiAnimation
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
UiCustomDeltaAnimation ( float durationSeconds, float>.Action onDeltaUpdate ) : System

Méthodes protégées

Méthode Description
OnUpdate ( ) : void

Method Details

OnUpdate() protected méthode

protected OnUpdate ( ) : void
Résultat void

UiCustomDeltaAnimation() public méthode

public UiCustomDeltaAnimation ( float durationSeconds, float>.Action onDeltaUpdate ) : System
durationSeconds float
onDeltaUpdate float>.Action
Résultat System