public class GltfExtensionsV1
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addExtensionUsed(GlTF gltf,
java.lang.String extensionName)
If the
used extensions of the given
GlTF is null or does not contain the given
extension name, then it will be set to a new list that contains all
previous extension names, and the given one. |
static void |
removeExtensionUsed(GlTF gltf,
java.lang.String extensionName)
If the
used extensions of the given
GlTF contains the given extension name, then it will be set
to a new list that contains all previous extension names, except
for the given one. |
public static void addExtensionUsed(GlTF gltf, java.lang.String extensionName)
used extensions of the given
GlTF is null or does not contain the given
extension name, then it will be set to a new list that contains all
previous extension names, and the given one.gltf - The GlTFextensionName - The name of the extension to addpublic static void removeExtensionUsed(GlTF gltf, java.lang.String extensionName)
used extensions of the given
GlTF contains the given extension name, then it will be set
to a new list that contains all previous extension names, except
for the given one.gltf - The GlTFextensionName - The name of the extension to removeCopyright © 2022. All Rights Reserved.