C# Class StaticScene, NewTOAPIA

Inheritance: MonoBehaviour
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
EndScene ( ) : void
OnWindowResized ( object sender, int width, int height ) : void

Method Details

EndScene() public method

public EndScene ( ) : void
return void

OnWindowResized() public method

public OnWindowResized ( object sender, int width, int height ) : void
sender object
width int
height int
return void