Esempio n. 1
0
        // Token: 0x060006F7 RID: 1783 RVA: 0x00009540 File Offset: 0x00008540
        public unsafe void SetToolTip(string value)
        {
            int byteCount = Encoding.ASCII.GetByteCount(value);

            byte[] array = new byte[byteCount + 1];
            Encoding.ASCII.GetBytes(value, 0, byteCount, array, 0);
            array[byteCount] = 0;
            fixed(byte *ptr = array)
            {
                GameplayEnhancer._EASharpBinding_683(this.mSelf, (sbyte *)ptr);
            }
        }
Esempio n. 2
0
 // Token: 0x060006F3 RID: 1779 RVA: 0x000094D0 File Offset: 0x000084D0
 public void Reset()
 {
     GameplayEnhancer._EASharpBinding_681(this.mSelf);
 }
Esempio n. 3
0
 // Token: 0x060006EF RID: 1775 RVA: 0x0000946C File Offset: 0x0000846C
 public GameplayEnhancer() : base(default(ExposeTag_NoInitOwned))
 {
     this.mSelf = GameplayEnhancer._EASharpBinding_679();
 }