A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

O

Occlusion - Static variable in class com.google.ar.sceneform.lullmodel.MaterialTextureUsage
 
ofAllAnimations(AnimatableModel) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator for all ModelAnimation inside an AnimatableModel.
ofAnimation(AnimatableModel, int...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator for targeted ModelAnimation with a given index inside an AnimatableModel.
ofAnimation(AnimatableModel, ModelAnimation...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator for a targeted ModelAnimation inside an AnimatableModel.
ofAnimation(AnimatableModel, String...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator for targeted ModelAnimation with a given name inside an AnimatableModel.
ofAnimation(ModelAnimation) - Static method in class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder for a targeted ModelAnimation.
ofAnimationFraction(AnimatableModel, int, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of fraction values.
ofAnimationFraction(AnimatableModel, ModelAnimation, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of fraction values.
ofAnimationFraction(AnimatableModel, String, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of fraction values.
ofAnimationFraction(ModelAnimation, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder for a targeted ModelAnimation with a given set of fraction values.
ofAnimationFraction(String, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder for a targeted ModelAnimation with a given set of fraction values.
ofAnimationFrame(AnimatableModel, int, int...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of frame values.
ofAnimationFrame(AnimatableModel, ModelAnimation, int...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of frame values.
ofAnimationFrame(AnimatableModel, String, int...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of frame values.
ofAnimationFrame(ModelAnimation, int...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder for a targeted ModelAnimation with a given set of frame values.
ofAnimationFrame(String, int...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder for a targeted ModelAnimation with a given set of fame values.
ofAnimationTime(AnimatableModel, int, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of time values.
ofAnimationTime(AnimatableModel, ModelAnimation, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of time values.
ofAnimationTime(AnimatableModel, String, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator clipping a ModelAnimation to a given set of time values.
ofAnimationTime(ModelAnimation, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder for a targeted ModelAnimation with a given set of time values.
ofAnimationTime(String, float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder for a targeted animation set of time values.
ofFraction(float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given set of fraction values.
ofFrame(int...) - Static method in class com.google.ar.sceneform.animation.ModelAnimation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given set of frame values.
offset() - Method in class com.google.flatbuffers.FlatBufferBuilder
Offset relative to the end of the buffer.
ofMultipleAnimations(AnimatableModel, String...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns list of ObjectAnimator given names inside an AnimatableModel.
ofPropertyValuesHolder(AnimatableModel, PropertyValuesHolder...) - Static method in class com.google.ar.sceneform.animation.ModelAnimator
Constructs and returns an ObjectAnimator a ModelAnimation applying PropertyValuesHolders.
ofTime(float...) - Static method in class com.google.ar.sceneform.animation.ModelAnimation.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given set of time values.
onActivate() - Method in class com.google.ar.sceneform.Node
Handles when this node becomes active.
onActivated(Node) - Method in interface com.google.ar.sceneform.Node.LifecycleListener
Notifies the listener that Node.onActivate() was called.
onAddChild(Node) - Method in class com.google.ar.sceneform.Scene
 
onDeactivate() - Method in class com.google.ar.sceneform.Node
Handles when this node becomes inactivate.
onDeactivated(Node) - Method in interface com.google.ar.sceneform.Node.LifecycleListener
Notifies the listener that Node.onDeactivate() was called.
onDetachedFromSurface() - Method in class com.google.ar.sceneform.rendering.Renderer
 
one() - Static method in class com.google.ar.sceneform.math.Vector3
Gets a Vector3 with all values set to one
onFinishedFetchingMaterials() - Method in interface com.google.ar.sceneform.rendering.LoadGltfListener
 
onFinishedLoadingModel(long) - Method in interface com.google.ar.sceneform.rendering.LoadGltfListener
 
onFinishedReadingFiles(long) - Method in interface com.google.ar.sceneform.rendering.LoadGltfListener
 
onLayout(boolean, int, int, int, int) - Method in class com.google.ar.sceneform.ArSceneView
 
onLayout(boolean, int, int, int, int) - Method in class com.google.ar.sceneform.SceneView
 
onModelAnimationChanged(ModelAnimation) - Method in interface com.google.ar.sceneform.animation.AnimatableModel
Called form the ModelAnimation when it dirty state changed.
onNativeWindowChanged(Surface) - Method in class com.google.ar.sceneform.rendering.Renderer
 
onPause() - Method in class com.google.ar.sceneform.rendering.Renderer
 
onPeekTouch(HitTestResult, MotionEvent) - Method in interface com.google.ar.sceneform.Scene.OnPeekTouchListener
Called when a touch event is dispatched to a scene.
onReadingFilesFailed(Exception) - Method in interface com.google.ar.sceneform.rendering.LoadGltfListener
 
onRemoveChild(Node) - Method in class com.google.ar.sceneform.Scene
 
onResized(int, int) - Method in class com.google.ar.sceneform.rendering.Renderer
 
onResume() - Method in class com.google.ar.sceneform.rendering.Renderer
 
onSceneTouch(HitTestResult, MotionEvent) - Method in interface com.google.ar.sceneform.Scene.OnTouchListener
Called when a touch event is dispatched to a scene.
onSessionConfigChange(Config) - Method in interface com.google.ar.sceneform.ArSceneView.OnSessionConfigChangeListener
The callback will only be invoked every time a new session or session config is defined.
onTap(HitTestResult, MotionEvent) - Method in interface com.google.ar.sceneform.Node.OnTapListener
Handles when a node has been tapped.
onTouch(HitTestResult, MotionEvent) - Method in interface com.google.ar.sceneform.Node.OnTouchListener
Handles when a touch event has been dispatched to a node.
onTouchEvent(MotionEvent) - Method in class com.google.ar.sceneform.SceneView
 
onTouchEvent(HitTestResult, MotionEvent) - Method in class com.google.ar.sceneform.Node
Handles when this node is touched.
onTouchEvent(HitTestResult, MotionEvent) - Method in class com.google.ar.sceneform.TouchEventSystem
 
onTransformChange(Node) - Method in class com.google.ar.sceneform.Node
Handles when this node's transformation is changed.
onTransformChanged(Node, Node) - Method in interface com.google.ar.sceneform.Node.TransformChangedListener
Notifies the listener that the transformation of the Node has changed.
onUpdate(FrameTime) - Method in class com.google.ar.sceneform.AnchorNode
AnchorNode overrides this to update the node's position to match the ARCore Anchor's position.
onUpdate(FrameTime) - Method in class com.google.ar.sceneform.Node
Handles when this node is updated.
onUpdate(FrameTime) - Method in interface com.google.ar.sceneform.Scene.OnUpdateListener
Called once per frame right before the Scene is updated.
onUpdated(Node, FrameTime) - Method in interface com.google.ar.sceneform.Node.LifecycleListener
Notifies the listener that Node.onUpdate(FrameTime) was called.
Opacity - Static variable in class com.google.ar.sceneform.lullmodel.MaterialTextureUsage
 
OptionalBool - Class in com.google.ar.sceneform.lullmodel
 
Orientation - Static variable in class com.google.ar.sceneform.lullmodel.VertexAttributeUsage
 
outerRadius() - Method in class com.google.ar.sceneform.lullmodel.ArcDef
Outer radius of the arc.
overlapTest(Node) - Method in class com.google.ar.sceneform.Scene
Tests to see if the given node's collision shape overlaps the collision shape of any other nodes in the scene using Node.getCollisionShape().
overlapTestAll(Node) - Method in class com.google.ar.sceneform.Scene
Tests to see if a node is overlapping any other nodes within the scene using Node.getCollisionShape().
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages