C# Class StaticScene, NewTOAPIA

Inheritance: MonoBehaviour
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
EndScene ( ) : void
OnWindowResized ( object sender, int width, int height ) : void

Method Details

EndScene() public méthode

public EndScene ( ) : void
Résultat void

OnWindowResized() public méthode

public OnWindowResized ( object sender, int width, int height ) : void
sender object
width int
height int
Résultat void