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