C# 클래스 Codebreak.Framework.Generic.Updatable

상속: IDisposable
파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Updatable ( ) : System

메소드 상세

AddLinkedMessages() 공개 메소드

public AddLinkedMessages ( ) : void
리턴 void

AddLinkedMessages() 공개 메소드

public AddLinkedMessages ( int index ) : void
index int
리턴 void

AddMessage() 공개 메소드

public AddMessage ( System.Action message ) : void
message System.Action
리턴 void

AddTimer() 공개 메소드

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

AddTimer() 공개 메소드

public AddTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
리턴 void

AddUpdatable() 공개 메소드

public AddUpdatable ( Updatable updatable ) : void
updatable Updatable
리턴 void

ClearMessages() 공개 메소드

public ClearMessages ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RemoveTimer() 공개 메소드

public RemoveTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
리턴 void

RemoveUpdatable() 공개 메소드

public RemoveUpdatable ( Updatable updatable ) : void
updatable Updatable
리턴 void

Updatable() 보호된 메소드

protected Updatable ( ) : System
리턴 System

Update() 공개 메소드

public Update ( long updateDelta ) : void
updateDelta long
리턴 void

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net Logger
리턴 log4net.ILog