C# Class CSharpGL.SceneRootObject

Root object to be rendered in a scene.
Inheritance: SceneObject
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SceneRootObject ( Scene bindingScene ) : System.ComponentModel

an object to be rendered in a scene.

Method Details

SceneRootObject() public method

an object to be rendered in a scene.
public SceneRootObject ( Scene bindingScene ) : System.ComponentModel
bindingScene Scene
return System.ComponentModel