Package com.aspose.threed
Class FbxLoadOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.LoadOptions
-
- com.aspose.threed.FbxLoadOptions
-
public class FbxLoadOptions extends LoadOptions
Load options for Fbx format.
-
-
Constructor Summary
Constructors Constructor Description FbxLoadOptions()
Constructor ofFbxLoadOptions
FbxLoadOptions(FileFormat format)
Constructor ofFbxLoadOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getKeepBuiltinGlobalSettings()
Gets whether to keep the builtin properties in GlobalSettings which have a native property replacement inAssetInfo
.void
setKeepBuiltinGlobalSettings(boolean value)
Sets whether to keep the builtin properties in GlobalSettings which have a native property replacement inAssetInfo
.-
Methods inherited from class com.aspose.threed.IOConfig
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
-
-
-
-
Constructor Detail
-
FbxLoadOptions
public FbxLoadOptions(FileFormat format) throws ImportException
Constructor ofFbxLoadOptions
- Parameters:
format
-- Throws:
ImportException
-
FbxLoadOptions
public FbxLoadOptions()
Constructor ofFbxLoadOptions
-
-
Method Detail
-
getKeepBuiltinGlobalSettings
public boolean getKeepBuiltinGlobalSettings()
Gets whether to keep the builtin properties in GlobalSettings which have a native property replacement inAssetInfo
. Set this to true if you want the full properties in GlobalSettings Default value is false
-
setKeepBuiltinGlobalSettings
public void setKeepBuiltinGlobalSettings(boolean value)
Sets whether to keep the builtin properties in GlobalSettings which have a native property replacement inAssetInfo
. Set this to true if you want the full properties in GlobalSettings Default value is false- Parameters:
value
- New value
-
-