Property Environment
Environment
Gets or sets the environment when the scene is displayed.
Declaration
public SceneEnvironment Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| SceneEnvironment | The initial environment when the scene is first displayed. |
Remarks
important
This property only applies to local scenes
This is populated from the webscene or MobileScenePackage (if configured), otherwise a default constructed SceneEnvironment is applied. Setting this property before loading the scene overrides any initial environment settings specified by a predefined scene.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |