FbxLoadOptions constructor

__init__(self)

Constructor of FbxLoadOptions


def __init__(self):
    ...

__init__(self, format)

Constructor of FbxLoadOptions


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

See Also