FlutterViewerUsdz class

Flutter plugin for viewing USDZ files and urls.

This class provides methods to load and interact with USDZ models in Flutter applications.

Constructors

FlutterViewerUsdz()
Factory constructor that returns the singleton instance of FlutterViewerUsdz.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Disposes of the current USDZ viewer and releases associated resources.
loadUSDZFileFromPath(String path) Future<bool>
Loads a USDZ file from a local path.
loadUSDZFileFromUrl(String url) Future<bool>
Loads a USDZ file from a URL.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateModel(double angle) Future<void>
Rotates the currently loaded model by the specified angle.
toString() String
A string representation of this object.
inherited

Operators

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