C# Class CSharpGL.UpdateScene

update and render the scene that contains specified SceneObject.
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
UpdateAndRender ( this sceneObject ) : void

update and render the scene that contains specified sceneObject.

Method Details

UpdateAndRender() public static méthode

update and render the scene that contains specified sceneObject.
public static UpdateAndRender ( this sceneObject ) : void
sceneObject this
Résultat void