| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Accessor> |
GlTF.defaultAccessors()
Returns the default value of the accessors
|
java.util.Map<java.lang.String,Accessor> |
GlTF.getAccessors()
A dictionary object of accessors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addAccessors(java.lang.String key,
Accessor value)
Add the given accessors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setAccessors(java.util.Map<java.lang.String,Accessor> accessors)
A dictionary object of accessors.
|
Copyright © 2024. All Rights Reserved.