public class GltfDefaults
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDefaultMaterialId(java.lang.String id)
Returns whether the given ID is the default ID as defined in this class
|
static boolean |
isDefaultTechniqueId(java.lang.String id)
Returns whether the given ID is the default ID as defined in this class
|
public static boolean isDefaultTechniqueId(java.lang.String id)
id - The IDpublic static boolean isDefaultMaterialId(java.lang.String id)
id - The IDCopyright © 2022. All Rights Reserved.