예제 #1
0
 public static void Prefix_set_lockState(ref CursorLockMode value)
 {
     CursorUnlocker.Prefix_set_lockState(ref value);
 }
예제 #2
0
 public static void Prefix_set_visible(ref bool value)
 {
     CursorUnlocker.Prefix_set_visible(ref value);
 }
예제 #3
0
 public static void Prefix_EventSystem_set_current(ref EventSystem value)
 {
     CursorUnlocker.Prefix_EventSystem_set_current(ref value);
 }