C# Class NFrame.NFIHeartBeat

Afficher le fichier Open project: ketoo/NoahGameFrame Class Usage Examples

Méthodes publiques

Méthode Description
NeedRemove ( ) : bool
RegisterCallback ( NFIHeartBeat handler ) : void
Update ( float fPassTime ) : bool

Method Details

NeedRemove() public abstract méthode

public abstract NeedRemove ( ) : bool
Résultat bool

RegisterCallback() public abstract méthode

public abstract RegisterCallback ( NFIHeartBeat handler ) : void
handler NFIHeartBeat
Résultat void

Update() public abstract méthode

public abstract Update ( float fPassTime ) : bool
fPassTime float
Résultat bool