Js3dCommand class
A command issued from JS to mutate a 3D scene.
Commands are queued by Js3dController and applied by the host widget on the next frame, keeping the JS/Dart boundary simple and synchronous from the JS point of view.
- Annotations
Constructors
Properties
Methods
-
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