C# 클래스 CSharpGL.UpdateScene

update and render the scene that contains specified SceneObject.
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
UpdateAndRender ( this sceneObject ) : void

update and render the scene that contains specified sceneObject.

메소드 상세

UpdateAndRender() 공개 정적인 메소드

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