C# Class CrossEngineRuntime.SceneLayer

Inheritance: Layer
Mostra file Open project: Zexyp/CrossEngine

Public Methods

Method Description
OnAttach ( ) : void
OnDetach ( ) : void
OnEvent ( Event e ) : void
OnRender ( ) : void
OnUpdate ( float timestep ) : void

Method Details

OnAttach() public method

public OnAttach ( ) : void
return void

OnDetach() public method

public OnDetach ( ) : void
return void

OnEvent() public method

public OnEvent ( Event e ) : void
e Event
return void

OnRender() public method

public OnRender ( ) : void
return void

OnUpdate() public method

public OnUpdate ( float timestep ) : void
timestep float
return void