C# Class IndexSequencer, TheUnseen

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoPlay bool
EndIndex int
Fps int
Loop bool
Playing bool
SequenceId String
StartIndex int

Méthodes publiques

Méthode Description
Index ( ) : int
NormalizedTime ( ) : float
NormalizedTime ( float pc ) : void
Play ( ) : void
Reset ( ) : void
Rewind ( ) : void
Stop ( ) : void
Toggle ( ) : void

Private Methods

Méthode Description
ApplyCallback ( string type ) : void
StartSequence ( int dir ) : void

Method Details

Index() public méthode

public Index ( ) : int
Résultat int

NormalizedTime() public méthode

public NormalizedTime ( ) : float
Résultat float

NormalizedTime() public méthode

public NormalizedTime ( float pc ) : void
pc float
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Rewind() public méthode

public Rewind ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void

Property Details

AutoPlay public_oe property

public bool AutoPlay
Résultat bool

EndIndex public_oe property

public int EndIndex
Résultat int

Fps public_oe property

public int Fps
Résultat int

Loop public_oe property

public bool Loop
Résultat bool

Playing public_oe property

public bool Playing
Résultat bool

SequenceId public_oe property

public String SequenceId
Résultat String

StartIndex public_oe property

public int StartIndex
Résultat int