| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Skin> |
GlTF.defaultSkins()
Returns the default value of the skins
|
java.util.Map<java.lang.String,Skin> |
GlTF.getSkins()
A dictionary object of skins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addSkins(java.lang.String key,
Skin value)
Add the given skins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setSkins(java.util.Map<java.lang.String,Skin> skins)
A dictionary object of skins.
|
Copyright © 2024. All Rights Reserved.