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
BatchCullingContext.cs
Go to the documentation of this file.
1using System;
7
9{
10 [NativeHeader("Runtime/Camera/BatchRendererGroup.h")]
12 [global::Cpp2ILInjected.Token(Token = "0x200011B")]
13 public struct BatchCullingContext
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60005C9")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F8C3B8", Offset = "0x1F8C3B8", Length = "0x54")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22
23 [global::Cpp2ILInjected.Token(Token = "0x40004BB")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
26
27 [global::Cpp2ILInjected.Token(Token = "0x40004BC")]
28 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
30
31 [global::Cpp2ILInjected.Token(Token = "0x40004BD")]
32 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
34
35 [global::Cpp2ILInjected.Token(Token = "0x40004BE")]
36 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
38
39 [global::Cpp2ILInjected.Token(Token = "0x40004BF")]
40 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
42
43 [global::Cpp2ILInjected.Token(Token = "0x40004C0")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x5C")]
46
47 [global::Cpp2ILInjected.Token(Token = "0x40004C1")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x9C")]
49 public readonly float nearPlane;
50 }
51}
class f__AnonymousType0<< Count > j__TPar
NativeArray< BatchVisibility > batchVisibility
BatchCullingContext(NativeArray< Plane > inCullingPlanes, NativeArray< BatchVisibility > inOutBatchVisibility, NativeArray< int > outVisibleIndices, NativeArray< int > outVisibleIndicesY, LODParameters inLodParameters, Matrix4x4 inCullingMatrix, float inNearPlane)
readonly NativeArray< Plane > cullingPlanes