@JsType(isNative=true,
namespace="Cesium",
name="ModelAnimationLoop")
public class ModelAnimationLoop
extends Object
| Modifier and Type | Method and Description |
|---|---|
static Number |
MIRRORED_REPEAT()
Loop the animation.
|
static Number |
NONE()
Play the animation once; do not loop it.
|
static Number |
REPEAT()
Loop the animation playing it from the start immediately after it stops.
|
@JsProperty(name="MIRRORED_REPEAT") public static Number MIRRORED_REPEAT()
@JsProperty(name="NONE") public static Number NONE()
@JsProperty(name="REPEAT") public static Number REPEAT()
Copyright © 2019. All rights reserved.