Interactive3dPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • Interactive3dPlatform
Implementers

Constructors

Interactive3dPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionStream Stream<List<EntityData>>
Stream to receive selection changes.
no setter

Methods

loadEnvironment(String iblPath, String skyboxPath) Future<void>
Method to load the environment.
loadModel(String modelPath, Map<String, ByteData> resources) Future<void>
Method to load the model. resources is empty for .glb models and populated for .gltf models.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

verify(Interactive3dPlatform instance) → void
Ensures that the platform instance was constructed with a non-const token that matches the provided token and throws AssertionError if not.
override