Scene class
Constructors
- Scene({VoidCallback? onUpdate, ObjectCreatedCallback? onObjectCreated})
Properties
- blendMode ↔ BlendMode
-
getter/setter pair
- camera ↔ Camera
-
getter/setter pair
- faceCount ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- light ↔ Light
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- texture ↔ Image?
-
getter/setter pair
- textureBlendMode ↔ BlendMode
-
getter/setter pair
- vertexCount ↔ int
-
getter/setter pair
- world ↔ Object
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
objectCreated(
Object object) → void -
render(
Canvas canvas, Size size) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → void -
updateTexture(
) → void - Mark needs update texture
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited