File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
artifacts/generated/common/editor Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- ## Unity 2017.4.12f1 C# reference source code
1
+ ## Unity 2017.4.13f1 C# reference source code
2
2
3
3
The C# part of the Unity engine and editor source code.
4
4
May be used for reference purposes only.
Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ public enum DeviceGeneration
51
51
iPhone8 = 37 ,
52
52
iPhone8Plus = 38 ,
53
53
iPhoneX = 39 ,
54
+ iPhoneXS = 40 ,
55
+ iPhoneXSMax = 41 ,
56
+ iPhoneXR = 42 ,
54
57
55
58
iPhoneUnknown = 10001 ,
56
59
iPadUnknown = 10002 ,
Original file line number Diff line number Diff line change @@ -559,6 +559,16 @@ public extern static bool isDataLossConfirmationEnabled
559
559
set ;
560
560
}
561
561
562
+ public extern static bool isUserAccountLockEnabled
563
+ {
564
+ [ UnityEngine . Scripting . GeneratedByOldBindingsGeneratorAttribute ] // Temporarily necessary for bindings migration
565
+ [ System . Runtime . CompilerServices . MethodImplAttribute ( ( System . Runtime . CompilerServices . MethodImplOptions ) 0x1000 ) ]
566
+ get ;
567
+ [ UnityEngine . Scripting . GeneratedByOldBindingsGeneratorAttribute ] // Temporarily necessary for bindings migration
568
+ [ System . Runtime . CompilerServices . MethodImplAttribute ( ( System . Runtime . CompilerServices . MethodImplOptions ) 0x1000 ) ]
569
+ set ;
570
+ }
571
+
562
572
public extern static Switch . SupportedNpadStyle supportedNpadStyles
563
573
{
564
574
[ UnityEngine . Scripting . GeneratedByOldBindingsGeneratorAttribute ] // Temporarily necessary for bindings migration
You can’t perform that action at this time.
0 commit comments