Scene class

Available extensions

Constructors

Scene(List<int> bytes)
factory

Properties

animations List<Animation>?
no setter
children List<int>?
no setter
hashCode int
The hash code for this object.
no setterinherited
nodes List<Node>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textures List<Texture>?
no setter
transform Matrix?
no setter

Methods

getChild(int index) Node?

Available on Scene, provided by the SceneHelpers extension

Find a root child node in the scene.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
transformAsMatrix4() → Matrix4

Available on Scene, provided by the SceneHelpers extension

unpack() SceneT

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

pack(Builder fbBuilder, SceneT? object) int

Constants

reader → const Reader<Scene>