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

P

pad(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add zero valued bytes to prepare a new entry to be added.
pause() - Method in class com.google.ar.sceneform.ArSceneView
Pauses the rendering thread and ARCore session.
pause() - Method in class com.google.ar.sceneform.SceneView
Pause Sceneform, which pauses the rendering thread.
pauseAsync(Executor) - Method in class com.google.ar.sceneform.ArSceneView
Non blocking call to pause the rendering thread and ARCore session.
Plane - Class in com.google.ar.sceneform.collision
Mathematical representation of a plane with an infinite size.
Plane(Vector3, Vector3) - Constructor for class com.google.ar.sceneform.collision.Plane
 
PlaneFactory - Class in com.google.ar.sceneform.rendering
 
PlaneFactory() - Constructor for class com.google.ar.sceneform.rendering.PlaneFactory
 
PlaneRenderer - Class in com.google.ar.sceneform.rendering
Control rendering of ARCore planes.
PlaneRenderer(Renderer) - Constructor for class com.google.ar.sceneform.rendering.PlaneRenderer
 
PlaneRenderer.PlaneRendererMode - Enum in com.google.ar.sceneform.rendering
Use this enum to configure the Plane Rendering.
POINT - com.google.ar.sceneform.rendering.Light.Type
Approximates light radiating in all directions from a single point in space, where the intensity falls off with the inverse square of the distance.
Position - Static variable in class com.google.ar.sceneform.lullmodel.VertexAttributeUsage
 
Preconditions - Class in com.google.ar.sceneform.utilities
Static convenience methods that help a method or constructor check whether it was invoked correctly.
Preconditions() - Constructor for class com.google.ar.sceneform.utilities.Preconditions
 
premultiplyAlpha() - Method in class com.google.ar.sceneform.lullmodel.TextureDef
 
prep(int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
Prepare to write an element of `size` after `additional_bytes` have been written, e.g. if you write a string, you need to align such the int length field is aligned to Constants.SIZEOF_INT, and the string data follows it directly.
prepareForDraw() - Method in class com.google.ar.sceneform.rendering.RenderableInstance
 
preRender(Renderer, SwapChain, Camera) - Method in interface com.google.ar.sceneform.rendering.Renderer.PreRenderCallback
 
properties() - Method in class com.google.ar.sceneform.lullmodel.MaterialDef
A dictionary of all material properties extracted from the source file.
properties(VariantMapDef) - Method in class com.google.ar.sceneform.lullmodel.MaterialDef
 
PropertyValuesHolder() - Constructor for class com.google.ar.sceneform.animation.ModelAnimation.PropertyValuesHolder
 
PropertyValuesHolder() - Constructor for class com.google.ar.sceneform.animation.ModelAnimator.PropertyValuesHolder
 
putBoolean(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add a `boolean` to the buffer, backwards from the current location.
putByte(byte) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add a `byte` to the buffer, backwards from the current location.
putDouble(double) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add a `double` to the buffer, backwards from the current location.
putFloat(float) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add a `float` to the buffer, backwards from the current location.
putInt(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add an `int` to the buffer, backwards from the current location.
putLong(long) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add a `long` to the buffer, backwards from the current location.
putShort(short) - Method in class com.google.flatbuffers.FlatBufferBuilder
Add a `short` to the buffer, backwards from the current location.
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