Constructor
new SceneNode( scope : 'backgroundBlurriness' | 'backgroundIntensity' | 'backgroundRotation', scene : Scene )
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 |
Properties
.scope : 'backgroundBlurriness' | 'backgroundIntensity' | 'backgroundRotation'
The scope defines the type of scene property that is accessed.
Methods
.setup( builder : NodeBuilder ) : Node
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.