public class EOS_Platform_Create_Flag extends NativeMappedBitMask
EOS.EOS_Platform_Create(EOS_Platform_Options)| Modifier and Type | Field and Description |
|---|---|
static int |
EOS_PF_CONSOLE_ENABLE_OVERLAY_AUTOMATIC_UNLOADING
A bit that indicates your game would like to opt-in to automatic unloading of the overlay module when possible.
|
static int |
EOS_PF_DISABLE_OVERLAY
A bit that indicates the SDK should skip initialization of the overlay, which is used by the in-app purchase flow and social overlay.
|
static int |
EOS_PF_DISABLE_SOCIAL_OVERLAY
A bit that indicates the SDK should skip initialization of the social overlay, which provides an overlay UI for social features.
|
static int |
EOS_PF_LOADING_IN_EDITOR
A bit that indicates the SDK is being loaded in a game editor, like Unity or UE4 Play-in-Editor
|
static int |
EOS_PF_RESERVED1
A reserved bit
|
static int |
EOS_PF_WINDOWS_ENABLE_OVERLAY_D3D10
A bit that indicates your game would like to opt-in to experimental Direct3D 10 support for the overlay.
|
static int |
EOS_PF_WINDOWS_ENABLE_OVERLAY_D3D9
A bit that indicates your game would like to opt-in to experimental Direct3D 9 support for the overlay.
|
static int |
EOS_PF_WINDOWS_ENABLE_OVERLAY_OPENGL
A bit that indicates your game would like to opt-in to experimental OpenGL support for the overlay.
|
bitMask| Constructor and Description |
|---|
EOS_Platform_Create_Flag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
static @NotNull EOS_Platform_Create_Flag |
of(int... flags) |
hasFlag, nativeType, setFlags, toNativepublic static final int EOS_PF_LOADING_IN_EDITOR
public static final int EOS_PF_DISABLE_OVERLAY
EOS_PF_LOADING_IN_EDITORpublic static final int EOS_PF_DISABLE_SOCIAL_OVERLAY
EOS_PF_LOADING_IN_EDITOR or EOS_PF_DISABLE_OVERLAYpublic static final int EOS_PF_RESERVED1
public static final int EOS_PF_WINDOWS_ENABLE_OVERLAY_D3D9
public static final int EOS_PF_WINDOWS_ENABLE_OVERLAY_D3D10
public static final int EOS_PF_WINDOWS_ENABLE_OVERLAY_OPENGL
public static final int EOS_PF_CONSOLE_ENABLE_OVERLAY_AUTOMATIC_UNLOADING
@NotNull public static @NotNull EOS_Platform_Create_Flag of(int... flags)
public java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)