Gets the 
Scene that is rendered by this instance.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scene Scene { get; }Public ReadOnly Property Scene As Scene
	Get
public:
property Scene^ Scene {
	Scene^ get ();
}member Scene : Scene with get
Property Value
Type: 
Scene
See Also