A
B
C
D
E
F
G
H
I
L
M
N
P
R
U
G
- getAnimationCount() - function in com.google.android.filament.gltfio.Animator
- Returns the number of
animationdefinitions in the glTF asset. - getAnimationDuration(int) - function in com.google.android.filament.gltfio.Animator
- Returns the duration of the specified glTF
animationin seconds. - getAnimationName(int) - function in com.google.android.filament.gltfio.Animator
- Returns a weak reference to the string name of the specified
animation, or anempty string if none was specified. - getAnimator() - function in com.google.android.filament.gltfio.FilamentInstance
- Retrieves the
Animatorfor this instance. - getAsset() - function in com.google.android.filament.gltfio.FilamentInstance
- getBoundingBox() - function in com.google.android.filament.gltfio.FilamentAsset
- Gets the bounding box computed from the supplied min / max values in glTF accessors.This does not return a bounding box over all FilamentInstance, it's just a straightforwardAAAB that can be determined at load time from the asset data.
- getCameraEntities() - function in com.google.android.filament.gltfio.FilamentAsset
- Gets only the entities that have camera components.
- getEngine() - function in com.google.android.filament.gltfio.FilamentAsset
- getEntities() - function in com.google.android.filament.gltfio.FilamentInstance
- Gets the list of entities for this instance, one for each glTF node.
- getEntities() - function in com.google.android.filament.gltfio.FilamentAsset
- Gets the list of entities, one for each glTF node.
- getEntitiesByName(String) - function in com.google.android.filament.gltfio.FilamentAsset
- Gets a list of entities with the given name.
- getEntitiesByPrefix(String) - function in com.google.android.filament.gltfio.FilamentAsset
- Gets a list of entities whose names start with the given prefix.
- getExtras(int) - function in com.google.android.filament.gltfio.FilamentAsset
- Gets the glTF extras string for the asset or a specific node.
- getFirstEntityByName(String) - function in com.google.android.filament.gltfio.FilamentAsset
- Returns the first entity with the given name, or 0 if none exist.
- getInstance() - function in com.google.android.filament.gltfio.FilamentAsset
- getJointCountAt(int) - function in com.google.android.filament.gltfio.FilamentInstance
- Gets the joint count at skin index in this instance.
- getJointsAt(int) - function in com.google.android.filament.gltfio.FilamentInstance
- Gets joints at skin index in this instance.
- getLightEntities() - function in com.google.android.filament.gltfio.FilamentAsset
- Gets only the entities that have light components.
- getMaterial(MaterialProvider.MaterialKey,Array,String) - function in com.google.android.filament.gltfio.UbershaderProvider
- Creates or fetches a compiled Filament material corresponding to the given config.
- getMaterial(MaterialProvider.MaterialKey,Array,String) - function in com.google.android.filament.gltfio.MaterialProvider
- Creates or fetches a compiled Filament material corresponding to the given config.
- getMaterialInstances() - function in com.google.android.filament.gltfio.FilamentInstance
- getMaterials() - function in com.google.android.filament.gltfio.UbershaderProvider
- Creates and returns an array containing all cached materials.
- getMaterials() - function in com.google.android.filament.gltfio.MaterialProvider
- Creates and returns an array containing all cached materials.
- getMaterialVariantNames() - function in com.google.android.filament.gltfio.FilamentInstance
- Returns the names of all material variants.
- getMorphTargetNames(int) - function in com.google.android.filament.gltfio.FilamentAsset
- Gets the names of all morph targets in the given entity.
- getName(int) - function in com.google.android.filament.gltfio.FilamentAsset
- Gets the
NameComponentManagerlabel for the given entity, if it exists. - getNativeObject() - function in com.google.android.filament.gltfio.UbershaderProvider
- getRenderableEntities() - function in com.google.android.filament.gltfio.FilamentAsset
- Gets only the entities that have renderable components.
- getResourceUris() - function in com.google.android.filament.gltfio.FilamentAsset
- Gets resource URIs for all externally-referenced buffers.
- getRoot() - function in com.google.android.filament.gltfio.FilamentInstance
- Gets the transform root for the asset, which has no matching glTF node.
- getRoot() - function in com.google.android.filament.gltfio.FilamentAsset
- Gets the transform root for the asset, which has no matching glTF node.
- getSkinCount() - function in com.google.android.filament.gltfio.FilamentInstance
- Gets the skin count of this instance.
- getSkinNames() - function in com.google.android.filament.gltfio.FilamentInstance
- Gets the skin name at skin index in this instance.
- Gltfio - class in com.google.android.filament.gltfio