terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
BlendState.cs
Go to the documentation of this file.
1using System;
4using Terraria;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200039B")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600187F")]
12 [global::Cpp2ILInjected.Address(RVA = "0xAC3E44", Offset = "0xAC3E44", Length = "0x90")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GraphicsDevice), Member = "set_BlendState", MemberParameters = new object[] { typeof(BlendState) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsResource), Member = "set_GraphicsDevice", MemberParameters = new object[] { typeof(GraphicsDevice) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6001880")]
25 [global::Cpp2ILInjected.Address(RVA = "0xAC3ED4", Offset = "0xAC3ED4", Length = "0x84")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_AlphaBlendFunction", MemberParameters = new object[] { typeof(BlendFunction) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_AlphaDestinationBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_AlphaSourceBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_ColorBlendFunction", MemberParameters = new object[] { typeof(BlendFunction) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_ColorDestinationBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_ColorSourceBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_ColorWriteChannels", MemberParameters = new object[] { typeof(ColorWriteChannels) }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_ColorWriteChannels1", MemberParameters = new object[] { typeof(ColorWriteChannels) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_ColorWriteChannels2", MemberParameters = new object[] { typeof(ColorWriteChannels) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_ColorWriteChannels3", MemberParameters = new object[] { typeof(ColorWriteChannels) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_BlendFactor", MemberParameters = new object[] { typeof(Color) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_MultiSampleMask", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "set_IndependentBlendEnable", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = ".ctor", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(Blend),
43 typeof(Blend)
44 }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = ".ctor", MemberParameters = new object[] { typeof(BlendState) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "Clone", MemberParameters = new object[] { typeof(BlendState) }, ReturnType = typeof(TargetBlendState))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "set_AlphaBlendFunction", MemberParameters = new object[] { typeof(BlendFunction) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "set_AlphaDestinationBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "set_AlphaSourceBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "set_ColorBlendFunction", MemberParameters = new object[] { typeof(BlendFunction) }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "set_ColorDestinationBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "set_ColorSourceBlend", MemberParameters = new object[] { typeof(Blend) }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TargetBlendState), Member = "set_ColorWriteChannels", MemberParameters = new object[] { typeof(ColorWriteChannels) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 52)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
57 internal void ThrowIfBound()
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x17000315")]
63 public TargetBlendState this[int index]
64 {
65 [global::Cpp2ILInjected.Token(Token = "0x6001881")]
66 [global::Cpp2ILInjected.Address(RVA = "0xAC3F58", Offset = "0xAC3F58", Length = "0x10")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 get
69 {
70 throw null;
71 }
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x17000316")]
76 {
77 [global::Cpp2ILInjected.Token(Token = "0x6001882")]
78 [global::Cpp2ILInjected.Address(RVA = "0xAC3F68", Offset = "0xAC3F68", Length = "0x10")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 get
81 {
82 throw null;
83 }
84 [global::Cpp2ILInjected.Token(Token = "0x6001883")]
85 [global::Cpp2ILInjected.Address(RVA = "0xAC3F78", Offset = "0xAC3F78", Length = "0x34")]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProj_LightsBane", MemberParameters = new object[] { typeof(Projectile) }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
89 set
90 {
91 throw null;
92 }
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x17000317")]
97 {
98 [global::Cpp2ILInjected.Token(Token = "0x6001884")]
99 [global::Cpp2ILInjected.Address(RVA = "0xAC3FD4", Offset = "0xAC3FD4", Length = "0x10")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 get
102 {
103 throw null;
104 }
105 [global::Cpp2ILInjected.Token(Token = "0x6001885")]
106 [global::Cpp2ILInjected.Address(RVA = "0xAC3FE4", Offset = "0xAC3FE4", Length = "0x34")]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProj_LightsBane", MemberParameters = new object[] { typeof(Projectile) }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
110 set
111 {
112 throw null;
113 }
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x17000318")]
118 {
119 [global::Cpp2ILInjected.Token(Token = "0x6001886")]
120 [global::Cpp2ILInjected.Address(RVA = "0xAC4040", Offset = "0xAC4040", Length = "0x10")]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
122 get
123 {
124 throw null;
125 }
126 [global::Cpp2ILInjected.Token(Token = "0x6001887")]
127 [global::Cpp2ILInjected.Address(RVA = "0xAC4050", Offset = "0xAC4050", Length = "0x34")]
128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProj_LightsBane", MemberParameters = new object[] { typeof(Projectile) }, ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
131 set
132 {
133 throw null;
134 }
135 }
136
137 [global::Cpp2ILInjected.Token(Token = "0x17000319")]
139 {
140 [global::Cpp2ILInjected.Token(Token = "0x6001888")]
141 [global::Cpp2ILInjected.Address(RVA = "0xAC40AC", Offset = "0xAC40AC", Length = "0x10")]
142 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
143 get
144 {
145 throw null;
146 }
147 [global::Cpp2ILInjected.Token(Token = "0x6001889")]
148 [global::Cpp2ILInjected.Address(RVA = "0xAC40BC", Offset = "0xAC40BC", Length = "0x34")]
149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProj_LightsBane", MemberParameters = new object[] { typeof(Projectile) }, ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
152 set
153 {
154 throw null;
155 }
156 }
157
158 [global::Cpp2ILInjected.Token(Token = "0x1700031A")]
160 {
161 [global::Cpp2ILInjected.Token(Token = "0x600188A")]
162 [global::Cpp2ILInjected.Address(RVA = "0xAC4118", Offset = "0xAC4118", Length = "0x10")]
163 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
164 get
165 {
166 throw null;
167 }
168 [global::Cpp2ILInjected.Token(Token = "0x600188B")]
169 [global::Cpp2ILInjected.Address(RVA = "0xAC4128", Offset = "0xAC4128", Length = "0x34")]
170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProj_LightsBane", MemberParameters = new object[] { typeof(Projectile) }, ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
173 set
174 {
175 throw null;
176 }
177 }
178
179 [global::Cpp2ILInjected.Token(Token = "0x1700031B")]
181 {
182 [global::Cpp2ILInjected.Token(Token = "0x600188C")]
183 [global::Cpp2ILInjected.Address(RVA = "0xAC4184", Offset = "0xAC4184", Length = "0x10")]
184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
185 get
186 {
187 throw null;
188 }
189 [global::Cpp2ILInjected.Token(Token = "0x600188D")]
190 [global::Cpp2ILInjected.Address(RVA = "0xAC4194", Offset = "0xAC4194", Length = "0x34")]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProj_LightsBane", MemberParameters = new object[] { typeof(Projectile) }, ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
194 set
195 {
196 throw null;
197 }
198 }
199
200 [global::Cpp2ILInjected.Token(Token = "0x1700031C")]
202 {
203 [global::Cpp2ILInjected.Token(Token = "0x600188E")]
204 [global::Cpp2ILInjected.Address(RVA = "0xAC41F0", Offset = "0xAC41F0", Length = "0x10")]
205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
206 get
207 {
208 throw null;
209 }
210 [global::Cpp2ILInjected.Token(Token = "0x600188F")]
211 [global::Cpp2ILInjected.Address(RVA = "0xAC4200", Offset = "0xAC4200", Length = "0x34")]
212 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
214 set
215 {
216 throw null;
217 }
218 }
219
220 [global::Cpp2ILInjected.Token(Token = "0x1700031D")]
222 {
223 [global::Cpp2ILInjected.Token(Token = "0x6001890")]
224 [global::Cpp2ILInjected.Address(RVA = "0xAC425C", Offset = "0xAC425C", Length = "0x10")]
225 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
226 get
227 {
228 throw null;
229 }
230 [global::Cpp2ILInjected.Token(Token = "0x6001891")]
231 [global::Cpp2ILInjected.Address(RVA = "0xAC426C", Offset = "0xAC426C", Length = "0x34")]
232 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
233 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
234 set
235 {
236 throw null;
237 }
238 }
239
240 [global::Cpp2ILInjected.Token(Token = "0x1700031E")]
242 {
243 [global::Cpp2ILInjected.Token(Token = "0x6001892")]
244 [global::Cpp2ILInjected.Address(RVA = "0xAC42A0", Offset = "0xAC42A0", Length = "0x10")]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
246 get
247 {
248 throw null;
249 }
250 [global::Cpp2ILInjected.Token(Token = "0x6001893")]
251 [global::Cpp2ILInjected.Address(RVA = "0xAC42B0", Offset = "0xAC42B0", Length = "0x34")]
252 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
254 set
255 {
256 throw null;
257 }
258 }
259
260 [global::Cpp2ILInjected.Token(Token = "0x1700031F")]
262 {
263 [global::Cpp2ILInjected.Token(Token = "0x6001894")]
264 [global::Cpp2ILInjected.Address(RVA = "0xAC42E4", Offset = "0xAC42E4", Length = "0x10")]
265 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
266 get
267 {
268 throw null;
269 }
270 [global::Cpp2ILInjected.Token(Token = "0x6001895")]
271 [global::Cpp2ILInjected.Address(RVA = "0xAC42F4", Offset = "0xAC42F4", Length = "0x34")]
272 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
274 set
275 {
276 throw null;
277 }
278 }
279
280 [global::Cpp2ILInjected.Token(Token = "0x17000320")]
282 {
283 [global::Cpp2ILInjected.Token(Token = "0x6001896")]
284 [global::Cpp2ILInjected.Address(RVA = "0xAC4328", Offset = "0xAC4328", Length = "0x8")]
285 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
286 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
287 get
288 {
289 throw null;
290 }
291 [global::Cpp2ILInjected.Token(Token = "0x6001897")]
292 [global::Cpp2ILInjected.Address(RVA = "0xAC4330", Offset = "0xAC4330", Length = "0x24")]
293 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
294 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
295 set
296 {
297 throw null;
298 }
299 }
300
301 [global::Cpp2ILInjected.Token(Token = "0x17000321")]
303 {
304 [global::Cpp2ILInjected.Token(Token = "0x6001898")]
305 [global::Cpp2ILInjected.Address(RVA = "0xAC4354", Offset = "0xAC4354", Length = "0x8")]
306 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
307 get
308 {
309 throw null;
310 }
311 [global::Cpp2ILInjected.Token(Token = "0x6001899")]
312 [global::Cpp2ILInjected.Address(RVA = "0xAC435C", Offset = "0xAC435C", Length = "0x24")]
313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
315 set
316 {
317 throw null;
318 }
319 }
320
321 [global::Cpp2ILInjected.Token(Token = "0x17000322")]
323 {
324 [global::Cpp2ILInjected.Token(Token = "0x600189A")]
325 [global::Cpp2ILInjected.Address(RVA = "0xAC4380", Offset = "0xAC4380", Length = "0x8")]
326 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
327 get
328 {
329 throw null;
330 }
331 [global::Cpp2ILInjected.Token(Token = "0x600189B")]
332 [global::Cpp2ILInjected.Address(RVA = "0xAC4388", Offset = "0xAC4388", Length = "0x24")]
333 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
334 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
335 set
336 {
337 throw null;
338 }
339 }
340
341 [global::Cpp2ILInjected.Token(Token = "0x600189C")]
342 [global::Cpp2ILInjected.Address(RVA = "0xAC43AC", Offset = "0xAC43AC", Length = "0x194")]
343 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = ".ctor", MemberParameters = new object[]
344 {
345 typeof(string),
346 typeof(Blend),
348 }, ReturnType = typeof(void))]
349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawProj_LightsBane", MemberParameters = new object[] { typeof(Projectile) }, ReturnType = typeof(void))]
350 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsResource), Member = ".ctor", ReturnType = typeof(void))]
352 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetBlendState), Member = ".ctor", MemberParameters = new object[] { typeof(BlendState) }, ReturnType = typeof(void))]
353 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
354 public BlendState()
355 {
356 throw null;
357 }
358
359 [global::Cpp2ILInjected.Token(Token = "0x600189D")]
360 [global::Cpp2ILInjected.Address(RVA = "0xAC45C4", Offset = "0xAC45C4", Length = "0xAC")]
361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = ".cctor", ReturnType = typeof(void))]
362 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = ".ctor", ReturnType = typeof(void))]
364 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = "ThrowIfBound", ReturnType = typeof(void))]
366 {
367 throw null;
368 }
369
370 [global::Cpp2ILInjected.Token(Token = "0x600189E")]
371 [global::Cpp2ILInjected.Address(RVA = "0xAC4670", Offset = "0xAC4670", Length = "0x164")]
372 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BlendState), Member = "Clone", ReturnType = typeof(BlendState))]
374 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
375 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsResource), Member = ".ctor", ReturnType = typeof(void))]
376 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetBlendState), Member = "Clone", MemberParameters = new object[] { typeof(BlendState) }, ReturnType = typeof(TargetBlendState))]
377 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
379 {
380 throw null;
381 }
382
383 [global::Cpp2ILInjected.Token(Token = "0x600189F")]
384 [global::Cpp2ILInjected.Address(RVA = "0xAC48A8", Offset = "0xAC48A8", Length = "0x134")]
385 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
386 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = ".ctor", MemberParameters = new object[]
387 {
388 typeof(string),
389 typeof(Blend),
391 }, ReturnType = typeof(void))]
392 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
393 static BlendState()
394 {
395 throw null;
396 }
397
398 [global::Cpp2ILInjected.Token(Token = "0x60018A0")]
399 [global::Cpp2ILInjected.Address(RVA = "0xAC49DC", Offset = "0xAC49DC", Length = "0x58")]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GraphicsDevice), Member = "Setup", ReturnType = typeof(void))]
401 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
402 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BlendState), Member = ".ctor", MemberParameters = new object[] { typeof(BlendState) }, ReturnType = typeof(void))]
403 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
404 internal BlendState Clone()
405 {
406 throw null;
407 }
408
409 [global::Cpp2ILInjected.Token(Token = "0x40026DE")]
410 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
412
413 [global::Cpp2ILInjected.Token(Token = "0x40026DF")]
414 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
416
417 [global::Cpp2ILInjected.Token(Token = "0x40026E0")]
418 [global::Cpp2ILInjected.FieldOffset(Offset = "0x39")]
420
421 [global::Cpp2ILInjected.Token(Token = "0x40026E1")]
422 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
423 private int _multiSampleMask;
424
425 [global::Cpp2ILInjected.Token(Token = "0x40026E2")]
426 [global::Cpp2ILInjected.FieldOffset(Offset = "0x44")]
428
429 [global::Cpp2ILInjected.Token(Token = "0x40026E3")]
431
432 [global::Cpp2ILInjected.Token(Token = "0x40026E4")]
434
435 [global::Cpp2ILInjected.Token(Token = "0x40026E5")]
437
438 [global::Cpp2ILInjected.Token(Token = "0x40026E6")]
440 }
441}
class f__AnonymousType0<< Count > j__TPar
static readonly BlendState AlphaBlend
static readonly BlendState NonPremultiplied
BlendState(string name, Blend sourceBlend, Blend destinationBlend)
static readonly BlendState Additive
void BindToGraphicsDevice(GraphicsDevice device)
Definition BlendState.cs:19
readonly TargetBlendState[] _targetBlendState