public class FbxLoadOptions extends LoadOptions
| Constructor and Description |
|---|
FbxLoadOptions()
Constructor of
FbxLoadOptions |
FbxLoadOptions(FileFormat format)
Constructor of
FbxLoadOptions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCompatibleMode()
Gets whether to enable compatible mode.
|
boolean |
getKeepBuiltinGlobalSettings()
Gets whether to keep the builtin properties in GlobalSettings which have a native property replacement in
AssetInfo. |
void |
setCompatibleMode(boolean value)
Sets whether to enable compatible mode.
|
void |
setKeepBuiltinGlobalSettings(boolean value)
Sets whether to keep the builtin properties in GlobalSettings which have a native property replacement in
AssetInfo. |
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPathspublic FbxLoadOptions(FileFormat format) throws ImportException
FbxLoadOptionsformat - Instance of IOConfig.getFileFormat(), it should be a valid FBX format.ImportExceptionpublic FbxLoadOptions()
FbxLoadOptionspublic boolean getKeepBuiltinGlobalSettings()
AssetInfo.
Set this to true if you want the full properties in GlobalSettings
Default value is falseAssetInfo.
Set this to true if you want the full properties in GlobalSettings
Default value is falsepublic void setKeepBuiltinGlobalSettings(boolean value)
AssetInfo.
Set this to true if you want the full properties in GlobalSettings
Default value is falsevalue - New valuepublic boolean getCompatibleMode()
public void setCompatibleMode(boolean value)
value - New value