FbxLoadOptions constructor

__init__(self)

Constructor of FbxLoadOptions


def __init__(self):
    ...

__init__(self, format)

Constructor of FbxLoadOptions


def __init__(self, format):
    ...
ParameterTypeDescription
formataspose.threed.FileFormatInstance of FileFormat, it should be a valid FBX format.

See Also