public class DefaultAssetModel extends AbstractNamedModelElement implements AssetModel
AssetModel| Constructor and Description |
|---|
DefaultAssetModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCopyright()
Returns the copyright message, suitable for display to credit
the content creator.
|
java.lang.String |
getGenerator()
Returns the tool that generated this glTF model
|
void |
setCopyright(java.lang.String copyright)
Set the copyright
|
void |
setGenerator(java.lang.String generator)
Set the generator
|
getName, setNameaddExtension, getExtensions, getExtras, removeExtension, setExtensions, setExtrasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetExtensions, getExtraspublic void setCopyright(java.lang.String copyright)
copyright - The copyrightpublic java.lang.String getCopyright()
AssetModelgetCopyright in interface AssetModelpublic void setGenerator(java.lang.String generator)
generator - The generatorpublic java.lang.String getGenerator()
AssetModelgetGenerator in interface AssetModelCopyright © 2024. All Rights Reserved.