File: SceneNode.md | Updated: 11/15/2025
This module allows access to a collection of scene properties. The following predefined TSL objects are available for easier use:
backgroundBlurriness: A node that represents the scene's background blurriness.backgroundIntensity: A node that represents the scene's background intensity.backgroundRotation: A node that represents the scene's background rotation.Constructs a new scene node.
scope | The scope defines the type of scene property that is accessed.
---|---
scene | A reference to the scene. Default is null.
A reference to the scene that is going to be accessed.
Default is null.
The scope defines the type of scene property that is accessed.
Depending on the scope, the method returns a different type of node that represents the respective scene property.
builder | The current node builder.
---|---
Overrides: Node#setup
Returns: The output node.