C# Class Animation.Timer

Show file Open project: JMounier/Aegina

Public Properties

Property Type Description
duration float
loop bool
playbackState PlaybackState
time float

Public Methods

Method Description
Timer ( float time = 0.0f, float duration = 1.0f )
pause ( ) : void
play ( ) : void
reset ( ) : void
setToComplete ( ) : void
stop ( ) : void
update ( ) : bool
update ( float t ) : bool

Method Details

Timer() public method

public Timer ( float time = 0.0f, float duration = 1.0f )
time float
duration float

pause() public method

public pause ( ) : void
return void

play() public method

public play ( ) : void
return void

reset() public method

public reset ( ) : void
return void

setToComplete() public method

public setToComplete ( ) : void
return void

stop() public method

public stop ( ) : void
return void

update() public method

public update ( ) : bool
return bool

update() public method

public update ( float t ) : bool
t float
return bool

Property Details

duration public property

public float duration
return float

loop public property

public bool loop
return bool

playbackState public property

public PlaybackState playbackState
return PlaybackState

time public property

public float time
return float