C# Class CSharpGL.UpdateScene

update and render the scene that contains specified SceneObject.
Datei anzeigen Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
UpdateAndRender ( this sceneObject ) : void

update and render the scene that contains specified sceneObject.

Method Details

UpdateAndRender() public static method

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