using System; using Cpp2IlInjected; using UnityEngine; namespace TMPro { // Token: 0x0200004D RID: 77 [Token(Token = "0x200002C")] internal static class SetPropertyUtility { // Token: 0x060002A9 RID: 681 RVA: 0x000030F0 File Offset: 0x000012F0 [Token(Token = "0x6000255")] [Address(RVA = "0x5AE3E0", Offset = "0x5AD3E0", VA = "0x1805AE3E0")] public static bool SetColor(ref Color currentValue, Color newValue) { return default(bool); } // Token: 0x060002AA RID: 682 RVA: 0x00003108 File Offset: 0x00001308 [Token(Token = "0x6000256")] [Address(RVA = "0x21B61A0", Offset = "0x21B51A0", VA = "0x1821B61A0")] public static bool SetEquatableStruct(ref T currentValue, T newValue) where T : IEquatable { return default(bool); } // Token: 0x060002AB RID: 683 RVA: 0x00003120 File Offset: 0x00001320 [Token(Token = "0x6000257")] [Address(RVA = "0x21B6220", Offset = "0x21B5220", VA = "0x1821B6220")] public static bool SetStruct(ref T currentValue, T newValue) where T : struct { return default(bool); } // Token: 0x060002AC RID: 684 RVA: 0x00003138 File Offset: 0x00001338 [Token(Token = "0x6000258")] [Address(RVA = "0x21B6150", Offset = "0x21B5150", VA = "0x1821B6150")] public static bool SetClass(ref T currentValue, T newValue) where T : class { return default(bool); } } }