public enum ModelAnimationLoop extends Enum<ModelAnimationLoop>
Enum Constant and Description |
---|
MIRRORED_REPEAT |
NONE |
REPEAT |
Modifier and Type | Method and Description |
---|---|
int |
nativeValue() |
static ModelAnimationLoop |
valueOf(int nativeValue) |
static ModelAnimationLoop |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelAnimationLoop[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelAnimationLoop MIRRORED_REPEAT
public static final ModelAnimationLoop NONE
public static final ModelAnimationLoop REPEAT
public static ModelAnimationLoop[] values()
for (ModelAnimationLoop c : ModelAnimationLoop.values()) System.out.println(c);
public static ModelAnimationLoop valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static ModelAnimationLoop valueOf(int nativeValue)
public int nativeValue()
Copyright © 2014. All rights reserved.