C# Class Poker.Client.Animation.AnimationQueue

Afficher le fichier Open project: BernhardGlueck/Poker

Méthodes publiques

Méthode Description
AnimationQueue ( UnityEngine animation, float>.Action animationStartedCallback ) : System
Enqueue ( string name, float delay ) : void
Enqueue ( string name, float delay, AnimationPlayMode playMode ) : void
Enqueue ( string name, float delay, AnimationPlayMode playMode, float blendWeight ) : void
Enqueue ( string name, float delay, AnimationPlayMode playMode, float blendWeight, bool onlyIfNotPlaying ) : void
Update ( ) : void

Method Details

AnimationQueue() public méthode

public AnimationQueue ( UnityEngine animation, float>.Action animationStartedCallback ) : System
animation UnityEngine
animationStartedCallback float>.Action
Résultat System

Enqueue() public méthode

public Enqueue ( string name, float delay ) : void
name string
delay float
Résultat void

Enqueue() public méthode

public Enqueue ( string name, float delay, AnimationPlayMode playMode ) : void
name string
delay float
playMode AnimationPlayMode
Résultat void

Enqueue() public méthode

public Enqueue ( string name, float delay, AnimationPlayMode playMode, float blendWeight ) : void
name string
delay float
playMode AnimationPlayMode
blendWeight float
Résultat void

Enqueue() public méthode

public Enqueue ( string name, float delay, AnimationPlayMode playMode, float blendWeight, bool onlyIfNotPlaying ) : void
name string
delay float
playMode AnimationPlayMode
blendWeight float
onlyIfNotPlaying bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void