public static enum SteamUGC.ItemPreviewType extends Enum<SteamUGC.ItemPreviewType>
| Enum Constant and Description |
|---|
EnvironmentMap_HorizontalCross |
EnvironmentMap_LatLong |
Image |
ReservedMax |
Sketchfab |
UnknownPreviewType_NotImplementedByAPI |
YouTubeVideo |
| Modifier and Type | Method and Description |
|---|---|
static SteamUGC.ItemPreviewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamUGC.ItemPreviewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamUGC.ItemPreviewType Image
public static final SteamUGC.ItemPreviewType YouTubeVideo
public static final SteamUGC.ItemPreviewType Sketchfab
public static final SteamUGC.ItemPreviewType EnvironmentMap_HorizontalCross
public static final SteamUGC.ItemPreviewType EnvironmentMap_LatLong
public static final SteamUGC.ItemPreviewType ReservedMax
public static final SteamUGC.ItemPreviewType UnknownPreviewType_NotImplementedByAPI
public static SteamUGC.ItemPreviewType[] values()
for (SteamUGC.ItemPreviewType c : SteamUGC.ItemPreviewType.values()) System.out.println(c);
public static SteamUGC.ItemPreviewType 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. All rights reserved.