File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 3
3
namespace CandyCoded . UnityIOSBridge
4
4
{
5
5
6
- public static class IOSBridge
6
+ public static class Accessibility
7
7
{
8
8
9
- [ DllImport ( "__Internal" ) ]
10
- public static extern bool IOSPermissionCameraOK ( ) ;
11
-
12
- [ DllImport ( "__Internal" ) ]
13
- public static extern bool IOSIsLowPowerModeEnabled ( ) ;
14
-
15
9
[ DllImport ( "__Internal" ) ]
16
10
public static extern bool IOSUIAccessibilityIsAssistiveTouchRunning ( ) ;
17
11
@@ -57,6 +51,22 @@ public static class IOSBridge
57
51
[ DllImport ( "__Internal" ) ]
58
52
public static extern bool IOSUIAccessibilityIsSpeakSelectionEnabled ( ) ;
59
53
54
+ }
55
+
56
+ public static class Permission
57
+ {
58
+
59
+ [ DllImport ( "__Internal" ) ]
60
+ public static extern bool IOSPermissionCameraOK ( ) ;
61
+
62
+ }
63
+
64
+ public static class Settings
65
+ {
66
+
67
+ [ DllImport ( "__Internal" ) ]
68
+ public static extern bool IOSIsLowPowerModeEnabled ( ) ;
69
+
60
70
[ DllImport ( "__Internal" ) ]
61
71
public static extern bool IOSUIImpactFeedbackGenerator ( string style = "medium" ) ;
62
72
You can’t perform that action at this time.
0 commit comments