Class KmaxNative
- Namespace
- KmaxXR
- Assembly
- KmaxXR.Core.dll
public static class KmaxNative
- Inheritance
-
KmaxNative
- Inherited Members
-
Fields
HighFPS
public const int HighFPS = 120
Field Value
- int
LowFPS
public const int LowFPS = 60
Field Value
- int
Properties
DeviceId
public static string DeviceId { get; }
Property Value
- string
EnableHighFPS
public static bool EnableHighFPS { set; }
Property Value
- bool
PrimaryDisplayMode
public static KmaxNative.DisplayMode PrimaryDisplayMode { get; }
Property Value
- KmaxNative.DisplayMode
SDKVersion
public static Version SDKVersion { get; }
Property Value
- Version
UsingStereoscopic
public static bool UsingStereoscopic { get; }
Property Value
- bool
Methods
GetFirstFlag<T>(int)
public static T GetFirstFlag<T>(int numericValue) where T : Enum
Parameters
numericValue int
Returns
- T
Type Parameters
T
GetTracking()
public static (bool, bool) GetTracking()
Returns
- (bool, bool)