| Modifier and Type | Method and Description |
|---|---|
java.util.List<Skin> |
GlTF.getSkins()
An array of skins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addSkins(Skin element)
Add the given skins.
|
void |
GlTF.removeSkins(Skin element)
Remove the given skins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setSkins(java.util.List<Skin> skins)
An array of skins.
|
Copyright © 2024. All Rights Reserved.