FbxDecoder class final
A ModelDecoder for Autodesk's FBX — the skeleton this package's own
pubspec.yaml describes: recognises the format, and says plainly that
reading one is not built here yet.
- Implemented types
Constructors
- FbxDecoder()
-
const
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
-
decode(
Uint8List bytes, ModelLoadRequest request, AssetUriResolver resolveUri) → Future< ModelDocument> -
Reads
bytesinto a document.override -
handles(
String fileName, Uint8List bytes) → bool -
Whether this decoder wants the file.
fileNamemay be empty;bytesis the whole file, so a decoder with no useful suffix can sniff its magic.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