A
B
C
D
E
F
G
H
I
L
M
N
P
R
U
P
- popRenderable() - function in com.google.android.filament.gltfio.FilamentAsset
- Pops a ready renderable off the queue, or returns 0 if no renderables have become ready.NOTE: To determine the progress percentage or completion status, please useResourceLoader#asyncGetLoadProgress.This helper method allows clients to progressively add renderables to the scene as texturesgradually become ready through asynchronous loading.See also ResourceLoader#asyncBeginLoad.
- popRenderables(Array) - function in com.google.android.filament.gltfio.FilamentAsset
- Pops one or more renderables off the queue, or returns the available number.Returns the number of entities written into the given array.