C# Class CryEngine.BaseGame

Inheritance: IGame
Afficher le fichier Open project: samneirinck/cemono Class Usage Examples

Méthodes publiques

Méthode Description
CompleteInit ( ) : bool
Init ( ) : bool
Shutdown ( ) : bool
Update ( bool haveFocus ) : IEnumerator

Method Details

CompleteInit() public méthode

public CompleteInit ( ) : bool
Résultat bool

Init() public méthode

public Init ( ) : bool
Résultat bool

Shutdown() public méthode

public Shutdown ( ) : bool
Résultat bool

Update() public méthode

public Update ( bool haveFocus ) : IEnumerator
haveFocus bool
Résultat IEnumerator