| Modifier and Type | Method and Description |
|---|---|
java.util.List<Sampler> |
GlTF.getSamplers()
An array of samplers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addSamplers(Sampler element)
Add the given samplers.
|
void |
GlTF.removeSamplers(Sampler element)
Remove the given samplers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setSamplers(java.util.List<Sampler> samplers)
An array of samplers.
|
Copyright © 2024. All Rights Reserved.