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
IClippable.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine.UI
4{
5 // Token: 0x0200000D RID: 13
6 public interface IClippable
7 {
8 // Token: 0x17000013 RID: 19
9 // (get) Token: 0x06000051 RID: 81
11
12 // Token: 0x06000052 RID: 82
14
15 // Token: 0x17000014 RID: 20
16 // (get) Token: 0x06000053 RID: 83
18
19 // Token: 0x06000054 RID: 84
21
22 // Token: 0x06000055 RID: 85
24
25 // Token: 0x06000056 RID: 86
27 }
28}
class f__AnonymousType0<< Count > j__TPar
void SetClipRect(Rect value, bool validRect)
void Cull(Rect clipRect, bool validRect)
RectTransform rectTransform
Definition IClippable.cs:17
void SetClipSoftness(Vector2 clipSoftness)