terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
QualitySettings.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine
5{
6 // Token: 0x02000056 RID: 86
7 [StaticAccessor("GetQualitySettings()", StaticAccessorType.Dot)]
8 [NativeHeader("Runtime/Misc/PlayerSettings.h")]
9 [NativeHeader("Runtime/Graphics/QualitySettings.h")]
10 public sealed class QualitySettings : Object
11 {
12 // Token: 0x17000044 RID: 68
13 // (set) Token: 0x0600017E RID: 382 RVA: 0x000042CC File Offset: 0x000024CC
14 public static int vSyncCount
15 {
16 set
17 {
18 throw new MissingMethodException();
19 }
20 }
21
22 // Token: 0x17000045 RID: 69
23 // (get) Token: 0x0600017F RID: 383 RVA: 0x000042E0 File Offset: 0x000024E0
25 {
26 [NativeName("GetColorSpace")]
27 [StaticAccessor("GetPlayerSettings()", StaticAccessorType.Dot)]
28 get
29 {
30 throw new MissingMethodException();
31 }
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static ColorSpace activeColorSpace