MethodChannelInteractive3d class

Inheritance

Constructors

MethodChannelInteractive3d(int viewId)

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 setteroverride

Methods

loadEnvironment(String iblPath, String skyboxPath) Future<void>
Method to load the environment.
override
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.
override
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