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