C# Class Squared.Game.Animation.Animator

Show file Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
TimeProvider ITimeProvider

Public Methods

Method Description
Delay ( long duration ) : void
SetAnimation ( Func animation ) : void
SetFrame ( object group, int frame ) : void
SetSpeed ( float speed ) : void
Update ( ) : void

Method Details

Delay() public method

public Delay ( long duration ) : void
duration long
return void

SetAnimation() public method

public SetAnimation ( Func animation ) : void
animation Func
return void

SetFrame() public method

public SetFrame ( object group, int frame ) : void
group object
frame int
return void

SetSpeed() public method

public SetSpeed ( float speed ) : void
speed float
return void

Update() public method

public Update ( ) : void
return void

Property Details

TimeProvider public property

public ITimeProvider TimeProvider
return ITimeProvider