Skip to content

Scene

Namespace: Hex1b.Scene.Core

Assembly: Hex1b.dll

The root of the 3D scene graph hierarchy. Contains all objects, cameras, and lights for a 3D scene.

csharp
[Experimental("HEX1B_SCENE", UrlFormat = "https://github.com/hex1b/hex1b/blob/main/docs/experimental/scene.md")]
public class Scene : SceneObjectGroup

Inheritance

ObjectSceneObjectSceneObjectGroupScene

Constructors

Scene()

csharp
public Scene()

Scene(string?)

Parameters:

csharp
public Scene(string? name)

Released under the MIT License.