StaticScene.OnWindowResized C# (CSharp) Méthode

OnWindowResized() public méthode

public OnWindowResized ( object sender, int width, int height ) : void
sender object
width int
height int
Résultat void
    public override void OnWindowResized(object sender, int width, int height)
    {
        DrawScene();
    }
}