C# Class IndexSequencer, TheUnseen

显示文件 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
AutoPlay bool
EndIndex int
Fps int
Loop bool
Playing bool
SequenceId String
StartIndex int

Public Methods

Method Description
Index ( ) : int
NormalizedTime ( ) : float
NormalizedTime ( float pc ) : void
Play ( ) : void
Reset ( ) : void
Rewind ( ) : void
Stop ( ) : void
Toggle ( ) : void

Private Methods

Method Description
ApplyCallback ( string type ) : void
StartSequence ( int dir ) : void

Method Details

Index() public method

public Index ( ) : int
return int

NormalizedTime() public method

public NormalizedTime ( ) : float
return float

NormalizedTime() public method

public NormalizedTime ( float pc ) : void
pc float
return void

Play() public method

public Play ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Rewind() public method

public Rewind ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Toggle() public method

public Toggle ( ) : void
return void

Property Details

AutoPlay public_oe property

public bool AutoPlay
return bool

EndIndex public_oe property

public int EndIndex
return int

Fps public_oe property

public int Fps
return int

Loop public_oe property

public bool Loop
return bool

Playing public_oe property

public bool Playing
return bool

SequenceId public_oe property

public String SequenceId
return String

StartIndex public_oe property

public int StartIndex
return int