C# Class Poker.Client.Animation.AnimationQueue

Exibir arquivo Open project: BernhardGlueck/Poker

Public Methods

Method 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 method

public AnimationQueue ( UnityEngine animation, float>.Action animationStartedCallback ) : System
animation UnityEngine
animationStartedCallback float>.Action
return System

Enqueue() public method

public Enqueue ( string name, float delay ) : void
name string
delay float
return void

Enqueue() public method

public Enqueue ( string name, float delay, AnimationPlayMode playMode ) : void
name string
delay float
playMode AnimationPlayMode
return void

Enqueue() public method

public Enqueue ( string name, float delay, AnimationPlayMode playMode, float blendWeight ) : void
name string
delay float
playMode AnimationPlayMode
blendWeight float
return void

Enqueue() public method

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

Update() public method

public Update ( ) : void
return void