- El SDK de Sceneform para Android era de código abierto y se archivó (github.com/google-ar/sceneform-android-sdk) con la versión 1.16.0.
- Este sitio (developers.google.com/sceneform) funciona como archivo de documentación para la versión anterior, SDK de Sceneform para Android 1.15.0.
- No uses la versión 1.17.0 de los artefactos de Maven de Sceneform.
- Se pueden usar los artefactos de Maven 1.17.1. Sin embargo, además de la versión, los artefactos 1.17.1 son idénticos a los artefactos 1.15.0.
Animación en movimiento
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Esta acción impulsa la animación del movimiento de la mano de RA.
Constantes heredadas
Desde la clase
android.view.animation.Animation
int |
ABSOLUTA |
|
int |
INFINITE |
|
int |
RELATIVE_TO_PARENT (sitio web) |
|
int |
RELATIVE_TO_SELF |
|
int |
REINICIAR |
|
int |
REVERSE |
|
int |
START_ON_FIRST_FRAME |
|
int |
ZORDER_BOTTOM |
|
int |
ZORDER_NORMAL |
|
int |
ZORDER_TOP |
|
Métodos heredados
Desde la clase
android.view.animation.Animation
void
|
|
void
|
Cancelar()
|
Objeto
|
clonar()
|
long
|
computeDurationHint().
|
void
|
sureInterpolator()
|
void
|
finalize()
|
int
|
getBackgroundColor()
|
boolean
|
getDetachWallpaper()
|
long
|
getDuration().
|
boolean
|
getFillAfter().
|
boolean
|
getFillBefore().
|
Interpolador
|
getInterpolator()
|
int
|
getRepeatCount().
|
int
|
getRepeatMode().
|
float
|
getScaleFactor()
|
long
|
getStartOffset()
|
long
|
getStartTime().
|
boolean
|
|
boolean
|
|
int
|
getZAdjustment()
|
boolean
|
hasEnded()
|
boolean
|
hasStarted().
|
void
|
initialize(int arg0, int arg1, int arg2, int arg3)
|
boolean
|
isFillEnabled()
|
boolean
|
isInitialized()
|
void
|
restablecer()
|
float
|
resolveSize(int arg0, float arg1, int arg2, int arg3)
|
void
|
restrictDuration(argumento largo)
|
void
|
scaleCurrentDuration(argumento flotante)
|
void
|
|
void
|
setBackgroundColor(int arg0)
|
void
|
setDetachWallpaper(argumento booleano)
|
void
|
setDuration(argumento largo)
|
void
|
setFillAfter(argumento booleano)
|
void
|
setFillBefore(argumento booleano)
|
void
|
setFillEnabled(argumento booleano)
|
void
|
setInterpolator( Contexto arg0, int arg1)
|
void
|
|
void
|
setRepeatCount(int arg0)
|
void
|
setRepeatMode(int arg0)
|
void
|
setStartOffset(argumento largo)
|
void
|
setStartTime(argumento largo)
|
void
|
setZAdjustment(int arg0)
|
void
|
iniciar()
|
void
|
startNow().
|
boolean
|
willChangeBounds()
|
boolean
|
willChangeTransformationMatrix()
|
Desde la clase java.lang.Object
Objeto
|
clonar()
|
boolean
|
|
void
|
finalize()
|
Class final
|
getClass().
|
int
|
hashCode().
|
vacío final
|
notificar()
|
vacío final
|
notifyAll()
|
String
|
toString()
|
vacío final
|
wait(argumento largo, int arg1)
|
vacío final
|
wait(argumento largo)
|
vacío final
|
wait()
|
Constructores públicos
public
HandMotionAnimation
(View containerView, View handImageView)
Parámetros
ContainerView |
|
vista de la imagen con la mano |
|
Métodos protegidos
Parámetros
Hora interpolada |
|
transformación |
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2022-09-26 (UTC)
[null,null,["Última actualización: 2022-09-26 (UTC)"],[],["The `HandMotionAnimation` class drives AR hand motion animation, inheriting constants and methods from `android.view.animation.Animation`. It has one public constructor, taking `containerView` and `handImageView` parameters, and one protected method, `applyTransformation`, which takes `interpolatedTime` and `transformation` parameters to modify animations. Inherited methods manage animation properties like duration, repeat count, fill behavior, and listener interactions. `HandMotionAnimation` enables creating custom animations by overriding `applyTransformation`.\n"],null,[]]