GltfSaveOptions constructor

__init__(self, content_type)

Constructor of GltfSaveOptions


def __init__(self, content_type):
    ...
ParameterTypeDescription
content_typeaspose.threed.FileContentType

__init__(self, format)

Constructor of GltfSaveOptions


def __init__(self, format):
    ...
ParameterTypeDescription
formataspose.threed.FileFormat

See Also