public enum ELightType extends Enum<ELightType>
| Enum Constant and Description |
|---|
BackdropLight |
Blink |
FadeOut |
Flicker |
None |
Pulse |
Steady |
Strobe |
SubtlePulse |
TexturePaletteLoop |
TexturePaletteOnce |
| Modifier and Type | Method and Description |
|---|---|
static ELightType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELightType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELightType None
public static final ELightType Steady
public static final ELightType Pulse
public static final ELightType Blink
public static final ELightType Flicker
public static final ELightType Strobe
public static final ELightType BackdropLight
public static final ELightType SubtlePulse
public static final ELightType TexturePaletteOnce
public static final ELightType TexturePaletteLoop
public static final ELightType FadeOut
public static ELightType[] values()
for (ELightType c : ELightType.values()) System.out.println(c);
public static ELightType 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 nullCopyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.