Class AutomationEngine.ViewerContent
- java.lang.Object
-
- com.google.android.filament.utils.AutomationEngine.ViewerContent
-
- Enclosing class:
- AutomationEngine
public static class AutomationEngine.ViewerContent extends java.lang.ObjectCollection of Filament objects that can be modified by the automation engine.
-
-
Field Summary
Fields Modifier and Type Field Description int[]assetLightscom.google.android.filament.IndirectLightindirectLightcom.google.android.filament.LightManagerlightManagercom.google.android.filament.MaterialInstance[]materialscom.google.android.filament.Rendererrenderercom.google.android.filament.Scenesceneintsunlightcom.google.android.filament.Viewview
-
Constructor Summary
Constructors Constructor Description ViewerContent()
-
-
-
Field Detail
-
view
public com.google.android.filament.View view
-
renderer
public com.google.android.filament.Renderer renderer
-
materials
public com.google.android.filament.MaterialInstance[] materials
-
lightManager
public com.google.android.filament.LightManager lightManager
-
scene
public com.google.android.filament.Scene scene
-
indirectLight
public com.google.android.filament.IndirectLight indirectLight
-
sunlight
public int sunlight
-
assetLights
public int[] assetLights
-
-