C# Class TrakHound_UI.Timeline.SingleDelayedInvoke

Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : bool
Invoke ( System.Action action ) : void
Invoke ( System.Action action, int delay ) : void
SingleDelayedInvoke ( int delay = MINIMAL_UI_DELAY ) : System

Method Details

Cancel() public méthode

public Cancel ( ) : bool
Résultat bool

Invoke() public méthode

public Invoke ( System.Action action ) : void
action System.Action
Résultat void

Invoke() public static méthode

public static Invoke ( System.Action action, int delay ) : void
action System.Action
delay int
Résultat void

SingleDelayedInvoke() public méthode

public SingleDelayedInvoke ( int delay = MINIMAL_UI_DELAY ) : System
delay int
Résultat System