CSharpGL.SceneRootObject.SceneRootObject C# (CSharp) Method

SceneRootObject() public method

an object to be rendered in a scene.
public SceneRootObject ( Scene bindingScene ) : System.ComponentModel
bindingScene Scene
return System.ComponentModel
        public SceneRootObject(Scene bindingScene)
        {
            this.BindingScene = bindingScene;
        }
SceneRootObject