C# Class NFrame.NFIHeartBeat

Show file Open project: ketoo/NoahGameFrame Class Usage Examples

Public Methods

Method Description
NeedRemove ( ) : bool
RegisterCallback ( NFIHeartBeat handler ) : void
Update ( float fPassTime ) : bool

Method Details

NeedRemove() public abstract method

public abstract NeedRemove ( ) : bool
return bool

RegisterCallback() public abstract method

public abstract RegisterCallback ( NFIHeartBeat handler ) : void
handler NFIHeartBeat
return void

Update() public abstract method

public abstract Update ( float fPassTime ) : bool
fPassTime float
return bool