C# Class Codebreak.Framework.Generic.Updatable

Inheritance: IDisposable
Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Protected Properties

Свойство Type Description
Logger log4net.ILog

Méthodes publiques

Méthode Description
AddLinkedMessages ( ) : void

AddLinkedMessages ( int index ) : void

AddMessage ( System.Action message ) : void

AddTimer ( int delay, System.Action callback, bool oneshot = false ) : UpdatableTimer

AddTimer ( UpdatableTimer timer ) : void

AddUpdatable ( Updatable updatable ) : void

ClearMessages ( ) : void

Dispose ( ) : void

RemoveTimer ( UpdatableTimer timer ) : void

RemoveUpdatable ( Updatable updatable ) : void

Update ( long updateDelta ) : void

Méthodes protégées

Méthode Description
Updatable ( ) : System

Method Details

AddLinkedMessages() public méthode

public AddLinkedMessages ( ) : void
Résultat void

AddLinkedMessages() public méthode

public AddLinkedMessages ( int index ) : void
index int
Résultat void

AddMessage() public méthode

public AddMessage ( System.Action message ) : void
message System.Action
Résultat void

AddTimer() public méthode

public AddTimer ( int delay, System.Action callback, bool oneshot = false ) : UpdatableTimer
delay int
callback System.Action
oneshot bool
Résultat UpdatableTimer

AddTimer() public méthode

public AddTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
Résultat void

AddUpdatable() public méthode

public AddUpdatable ( Updatable updatable ) : void
updatable Updatable
Résultat void

ClearMessages() public méthode

public ClearMessages ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RemoveTimer() public méthode

public RemoveTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
Résultat void

RemoveUpdatable() public méthode

public RemoveUpdatable ( Updatable updatable ) : void
updatable Updatable
Résultat void

Updatable() protected méthode

protected Updatable ( ) : System
Résultat System

Update() public méthode

public Update ( long updateDelta ) : void
updateDelta long
Résultat void

Property Details

Logger protected_oe static_oe property

protected static ILog,log4net Logger
Résultat log4net.ILog