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 bytes into a document.
override
handles(String fileName, Uint8List bytes) → bool
Whether this decoder wants the file. fileName may be empty; bytes is 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