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, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setLookupPaths
public FbxLoadOptions(FileFormat format) throws ImportException
FbxLoadOptions
format
- ImportException
public FbxLoadOptions()
FbxLoadOptions
public 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