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 |
getKeepBuiltinGlobalSettings()
Gets whether to keep the builtin properties in GlobalSettings which have a native property replacement in
AssetInfo. |
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 - ImportExceptionpublic FbxLoadOptions()
FbxLoadOptionspublic boolean getKeepBuiltinGlobalSettings()
AssetInfo.
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 value