Scene class
Root of the scene graph. Contains the environment and all nodes.
Constructors
Properties
- ambientColor ↔ Color
-
getter/setter pair
- backgroundColor ↔ Color
-
getter/setter pair
- fogColor ↔ Color
-
getter/setter pair
- fogDensity ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lights
→ List<
Light> -
Collects all lights in the scene tree.
no setter
- root → Node
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
visibleNodes
→ List<
Node> -
Collects all visible nodes.
no setter
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited