terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
QualitySettings.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 [StaticAccessor("GetQualitySettings()", StaticAccessorType.Dot)]
11 [NativeHeader("Runtime/Misc/PlayerSettings.h")]
12 [NativeHeader("Runtime/Graphics/QualitySettings.h")]
13 [global::Cpp2ILInjected.Token(Token = "0x2000056")]
14 public sealed class QualitySettings : Object
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x17000044")]
17 public static extern int vSyncCount
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x600017E")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1F73B9C", Offset = "0x1F73B9C", Length = "0x3C")]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "OnEnable", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
24 [MethodImpl(4096)]
25 set;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x17000045")]
29 public static extern ColorSpace activeColorSpace
30 {
31 [NativeName("GetColorSpace")]
32 [StaticAccessor("GetPlayerSettings()", StaticAccessorType.Dot)]
33 [global::Cpp2ILInjected.Token(Token = "0x600017F")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1F73BD8", Offset = "0x1F73BD8", Length = "0x28")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GraphicsFormatUtility), Member = "GetGraphicsFormat", MemberParameters = new object[]
36 {
39 }, ReturnType = typeof(GraphicsFormat))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
42 [MethodImpl(4096)]
43 get;
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static ColorSpace activeColorSpace