C# Class Codebreak.Framework.Generic.Updatable

Inheritance: IDisposable
显示文件 Open project: hussein-aitlahcen/codebreak Class Usage Examples

Protected Properties

Property Type Description
Logger log4net.ILog

Public Methods

Method 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

Protected Methods

Method Description
Updatable ( ) : System

Method Details

AddLinkedMessages() public method

public AddLinkedMessages ( ) : void
return void

AddLinkedMessages() public method

public AddLinkedMessages ( int index ) : void
index int
return void

AddMessage() public method

public AddMessage ( System.Action message ) : void
message System.Action
return void

AddTimer() public method

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

AddTimer() public method

public AddTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
return void

AddUpdatable() public method

public AddUpdatable ( Updatable updatable ) : void
updatable Updatable
return void

ClearMessages() public method

public ClearMessages ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

RemoveTimer() public method

public RemoveTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
return void

RemoveUpdatable() public method

public RemoveUpdatable ( Updatable updatable ) : void
updatable Updatable
return void

Updatable() protected method

protected Updatable ( ) : System
return System

Update() public method

public Update ( long updateDelta ) : void
updateDelta long
return void

Property Details

Logger protected_oe static_oe property

protected static ILog,log4net Logger
return log4net.ILog