GltfPlugin

Přehled

GltfPlugin je třída v Aspose.3d pro Python. Dědici: Plugin.

GltfPlugin.get_file_format(), get_importer ((), Get_exporter ()) a get _format_detector ()).) odhalují formát glTF, jeho dovozce, vývozce a objekty detektoru formátu, zatímco create_load_options (()) i create _save_opssion ().) instanciují kontejnery s možnostmi.

Metody

Podpis:Popis:
__init__()
get_file_format()'GltfFormat', get_importer(), get _exporter (()) a get format_detector (() odhalí formát glTF, jeho dovozce, vývozce a objekty detektoru formátu, zatímco create_load_options ( (() a create _save_opssion ()) instanciují kontejnery s možnostmi.
get_importer()'Importer'Vrátí objekt Importer pro načtení souborů GLTF .
get_exporter()'Exporter'Vrátí objekt Exporter pro psaní souborů GLTF .
get_format_detector()'FormatDetector'Vrací FormatDetector , který rozpozná soubory GLTF .
create_load_options()'GltfLoadOptions'Vytvoří instanci GltfLoadOptions pro konfiguraci importu GLTF
create_save_options()'GltfSaveOptions'Vytvoří instanci GltfSaveOptions pro konfiguraci exportu GLTF
 Čeština