| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Image> |
GlTF.defaultImages()
Returns the default value of the images
|
java.util.Map<java.lang.String,Image> |
GlTF.getImages()
A dictionary object of images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addImages(java.lang.String key,
Image value)
Add the given images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setImages(java.util.Map<java.lang.String,Image> images)
A dictionary object of images.
|
Copyright © 2024. All Rights Reserved.