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
LayoutElement.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine.UI
5{
6 // Token: 0x0200004B RID: 75
7 [AddComponentMenu("Layout/Layout Element", 140)]
11 {
12 // Token: 0x170000BE RID: 190
13 // (get) Token: 0x060002B6 RID: 694 RVA: 0x0000A01C File Offset: 0x0000821C
14 // (set) Token: 0x060002B7 RID: 695 RVA: 0x0000A030 File Offset: 0x00008230
15 public virtual bool ignoreLayout
16 {
17 get
18 {
19 return this.m_IgnoreLayout;
20 }
21 set
22 {
23 this.SetDirty();
24 }
25 }
26
27 // Token: 0x060002B8 RID: 696 RVA: 0x0000A044 File Offset: 0x00008244
28 public virtual void CalculateLayoutInputHorizontal()
29 {
30 }
31
32 // Token: 0x060002B9 RID: 697 RVA: 0x0000A054 File Offset: 0x00008254
33 public virtual void CalculateLayoutInputVertical()
34 {
35 }
36
37 // Token: 0x170000BF RID: 191
38 // (get) Token: 0x060002BA RID: 698 RVA: 0x0000A064 File Offset: 0x00008264
39 // (set) Token: 0x060002BB RID: 699 RVA: 0x0000A078 File Offset: 0x00008278
40 public virtual float minWidth
41 {
42 get
43 {
44 /*
45An exception occurred when decompiling this method (060002BA)
46
47ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single UnityEngine.UI.LayoutElement::get_minWidth()
48
49 ---> System.Exception: Basic block has to end with unconditional control flow.
50{
51 Block_0:
52 stloc:float32(var_0_06, ldfld:float32(LayoutElement::m_MinWidth, ldloc:LayoutElement(this)))
53}
54
55 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
56 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
57 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
58 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
59 --- End of inner exception stack trace ---
60 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
61 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
62*/;
63 }
64 set
65 {
66 this.SetDirty();
67 }
68 }
69
70 // Token: 0x170000C0 RID: 192
71 // (get) Token: 0x060002BC RID: 700 RVA: 0x0000A08C File Offset: 0x0000828C
72 // (set) Token: 0x060002BD RID: 701 RVA: 0x0000A0A0 File Offset: 0x000082A0
73 public virtual float minHeight
74 {
75 get
76 {
77 /*
78An exception occurred when decompiling this method (060002BC)
79
80ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single UnityEngine.UI.LayoutElement::get_minHeight()
81
82 ---> System.Exception: Basic block has to end with unconditional control flow.
83{
84 Block_0:
85 stloc:float32(var_0_06, ldfld:float32(LayoutElement::m_MinHeight, ldloc:LayoutElement(this)))
86}
87
88 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
89 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
90 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
91 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
92 --- End of inner exception stack trace ---
93 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
94 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
95*/;
96 }
97 set
98 {
99 this.SetDirty();
100 }
101 }
102
103 // Token: 0x170000C1 RID: 193
104 // (get) Token: 0x060002BE RID: 702 RVA: 0x0000A0B4 File Offset: 0x000082B4
105 // (set) Token: 0x060002BF RID: 703 RVA: 0x0000A0C8 File Offset: 0x000082C8
106 public virtual float preferredWidth
107 {
108 get
109 {
110 /*
111An exception occurred when decompiling this method (060002BE)
112
113ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single UnityEngine.UI.LayoutElement::get_preferredWidth()
114
115 ---> System.Exception: Basic block has to end with unconditional control flow.
116{
117 Block_0:
118 stloc:float32(var_0_06, ldfld:float32(LayoutElement::m_PreferredWidth, ldloc:LayoutElement(this)))
119}
120
121 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
122 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
123 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
124 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
125 --- End of inner exception stack trace ---
126 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
127 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
128*/;
129 }
130 set
131 {
132 this.SetDirty();
133 }
134 }
135
136 // Token: 0x170000C2 RID: 194
137 // (get) Token: 0x060002C0 RID: 704 RVA: 0x0000A0DC File Offset: 0x000082DC
138 // (set) Token: 0x060002C1 RID: 705 RVA: 0x0000A0F0 File Offset: 0x000082F0
139 public virtual float preferredHeight
140 {
141 get
142 {
143 /*
144An exception occurred when decompiling this method (060002C0)
145
146ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single UnityEngine.UI.LayoutElement::get_preferredHeight()
147
148 ---> System.Exception: Basic block has to end with unconditional control flow.
149{
150 Block_0:
151 stloc:float32(var_0_06, ldfld:float32(LayoutElement::m_PreferredHeight, ldloc:LayoutElement(this)))
152}
153
154 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
155 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
156 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
157 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
158 --- End of inner exception stack trace ---
159 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
160 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
161*/;
162 }
163 set
164 {
165 this.SetDirty();
166 }
167 }
168
169 // Token: 0x170000C3 RID: 195
170 // (get) Token: 0x060002C2 RID: 706 RVA: 0x0000A104 File Offset: 0x00008304
171 // (set) Token: 0x060002C3 RID: 707 RVA: 0x0000A118 File Offset: 0x00008318
172 public virtual float flexibleWidth
173 {
174 get
175 {
176 /*
177An exception occurred when decompiling this method (060002C2)
178
179ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single UnityEngine.UI.LayoutElement::get_flexibleWidth()
180
181 ---> System.Exception: Basic block has to end with unconditional control flow.
182{
183 Block_0:
184 stloc:float32(var_0_06, ldfld:float32(LayoutElement::m_FlexibleWidth, ldloc:LayoutElement(this)))
185}
186
187 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
188 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
189 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
190 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
191 --- End of inner exception stack trace ---
192 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
193 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
194*/;
195 }
196 set
197 {
198 this.SetDirty();
199 }
200 }
201
202 // Token: 0x170000C4 RID: 196
203 // (get) Token: 0x060002C4 RID: 708 RVA: 0x0000A12C File Offset: 0x0000832C
204 // (set) Token: 0x060002C5 RID: 709 RVA: 0x0000A140 File Offset: 0x00008340
205 public virtual float flexibleHeight
206 {
207 get
208 {
209 /*
210An exception occurred when decompiling this method (060002C4)
211
212ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single UnityEngine.UI.LayoutElement::get_flexibleHeight()
213
214 ---> System.Exception: Basic block has to end with unconditional control flow.
215{
216 Block_0:
217 stloc:float32(var_0_06, ldfld:float32(LayoutElement::m_FlexibleHeight, ldloc:LayoutElement(this)))
218}
219
220 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
221 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
222 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
223 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
224 --- End of inner exception stack trace ---
225 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
226 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
227*/;
228 }
229 set
230 {
231 this.SetDirty();
232 }
233 }
234
235 // Token: 0x170000C5 RID: 197
236 // (get) Token: 0x060002C6 RID: 710 RVA: 0x0000A154 File Offset: 0x00008354
237 // (set) Token: 0x060002C7 RID: 711 RVA: 0x0000A168 File Offset: 0x00008368
238 public virtual int layoutPriority
239 {
240 get
241 {
242 return this.m_LayoutPriority;
243 }
244 set
245 {
246 }
247 }
248
249 // Token: 0x060002C8 RID: 712 RVA: 0x0000A178 File Offset: 0x00008378
250 protected LayoutElement()
251 {
252 }
253
254 // Token: 0x060002C9 RID: 713 RVA: 0x0000A194 File Offset: 0x00008394
255 protected override void OnEnable()
256 {
257 base.OnEnable();
258 this.SetDirty();
259 }
260
261 // Token: 0x060002CA RID: 714 RVA: 0x0000A1B0 File Offset: 0x000083B0
262 protected override void OnTransformParentChanged()
263 {
264 this.SetDirty();
265 }
266
267 // Token: 0x060002CB RID: 715 RVA: 0x0000A1C4 File Offset: 0x000083C4
268 protected override void OnDisable()
269 {
270 this.SetDirty();
271 base.OnDisable();
272 }
273
274 // Token: 0x060002CC RID: 716 RVA: 0x0000A1E0 File Offset: 0x000083E0
275 protected override void OnDidApplyAnimationProperties()
276 {
277 this.SetDirty();
278 }
279
280 // Token: 0x060002CD RID: 717 RVA: 0x0000A1F4 File Offset: 0x000083F4
281 protected override void OnBeforeTransformParentChanged()
282 {
283 this.SetDirty();
284 }
285
286 // Token: 0x060002CE RID: 718 RVA: 0x0000A208 File Offset: 0x00008408
287 protected void SetDirty()
288 {
290 }
291
292 // Token: 0x0400016D RID: 365
294 private bool m_IgnoreLayout;
295
296 // Token: 0x0400016E RID: 366
298 private float m_MinWidth;
299
300 // Token: 0x0400016F RID: 367
302 private float m_MinHeight;
303
304 // Token: 0x04000170 RID: 368
306 private float m_PreferredWidth;
307
308 // Token: 0x04000171 RID: 369
310 private float m_PreferredHeight;
311
312 // Token: 0x04000172 RID: 370
314 private float m_FlexibleWidth;
315
316 // Token: 0x04000173 RID: 371
318 private float m_FlexibleHeight;
319
320 // Token: 0x04000174 RID: 372
322 private int m_LayoutPriority = 1;
323 }
324}
class f__AnonymousType0<< Count > j__TPar
virtual void CalculateLayoutInputVertical()
override void OnTransformParentChanged()
virtual void CalculateLayoutInputHorizontal()
override void OnDidApplyAnimationProperties()
override void OnBeforeTransformParentChanged()