| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Technique> |
GlTF.defaultTechniques()
Returns the default value of the techniques
|
java.util.Map<java.lang.String,Technique> |
GlTF.getTechniques()
A dictionary object of techniques.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addTechniques(java.lang.String key,
Technique value)
Add the given techniques.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setTechniques(java.util.Map<java.lang.String,Technique> techniques)
A dictionary object of techniques.
|
Copyright © 2024. All Rights Reserved.