C# Class Animation.Timer

显示文件 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_oe property

public float duration
return float

loop public_oe property

public bool loop
return bool

playbackState public_oe property

public PlaybackState playbackState
return PlaybackState

time public_oe property

public float time
return float