Modifier and Type | Method and Description |
---|---|
FileContentType |
FileFormat.getContentType()
Gets file format content type
|
static FileContentType |
FileContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileContentType[] |
FileContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GLTFSaveOptions(FileContentType contentType)
Constructor of
GLTFSaveOptions |
PlySaveOptions(FileContentType contentType)
Constructor of
PlySaveOptions |
RvmLoadOptions(FileContentType contentType)
Construct a
RvmLoadOptions instance |
RvmSaveOptions(FileContentType contentType)
Constructor of
RvmSaveOptions |
STLLoadOptions(FileContentType contentType)
Initializes of a new
STLLoadOptions instance. |
STLSaveOptions(FileContentType contentType)
Initializes of a new
STLSaveOptions instance. |
XLoadOptions(FileContentType contentType)
Constructor of
XLoadOptions |
Copyright © 2019. All rights reserved.