C# Class CrossEngineRuntime.SceneLayer

Inheritance: Layer
Afficher le fichier Open project: Zexyp/CrossEngine

Méthodes publiques

Méthode Description
OnAttach ( ) : void
OnDetach ( ) : void
OnEvent ( Event e ) : void
OnRender ( ) : void
OnUpdate ( float timestep ) : void

Method Details

OnAttach() public méthode

public OnAttach ( ) : void
Résultat void

OnDetach() public méthode

public OnDetach ( ) : void
Résultat void

OnEvent() public méthode

public OnEvent ( Event e ) : void
e Event
Résultat void

OnRender() public méthode

public OnRender ( ) : void
Résultat void

OnUpdate() public méthode

public OnUpdate ( float timestep ) : void
timestep float
Résultat void