GltfSaveOptions constructor

__init__(self, content_type)

Constructor of GltfSaveOptions


def __init__(self, content_type):
    ...
ParameterTypeDescription
content_typeFileContentType

__init__(self, format)

Constructor of GltfSaveOptions


def __init__(self, format):
    ...
ParameterTypeDescription
formatFileFormat

See Also