static void RegisterDescriptor() { XRGestureSubsystemDescriptor.RegisterDescriptor( new XRGestureSubsystemDescriptor.Cinfo { id = "Windows Mixed Reality Gesture", subsystemImplementationType = typeof(WindowsMRGestureSubsystem) } ); }
static void RegisterDescriptor() { XRGestureSubsystemDescriptor.RegisterDescriptor( new XRGestureSubsystemDescriptor.Cinfo { id = "MagicLeap-Gesture", subsystemImplementationType = typeof(MagicLeapGestureSubsystem) } ); }
static void RegisterDescriptor() { #if PLATFORM_LUMIN XRGestureSubsystemDescriptor.RegisterDescriptor( new XRGestureSubsystemDescriptor.Cinfo { id = "MagicLeap-Gesture", subsystemImplementationType = typeof(MagicLeapGestureSubsystem), } ); #endif }