-
Notifications
You must be signed in to change notification settings - Fork 149
/
Copy pathscenesystem_dll.cs
107 lines (106 loc) · 3.65 KB
/
scenesystem_dll.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
// Generated using https://github.com/a2x/cs2-dumper
// 2025-02-28 00:46:50.110041 UTC
namespace CS2Dumper.Schemas {
// Module: scenesystem.dll
// Class count: 9
// Enum count: 1
public static class ScenesystemDll {
// Alignment: 1
// Member count: 4
public enum DisableShadows_t : byte {
kDisableShadows_None = 0x0,
kDisableShadows_All = 0x1,
kDisableShadows_Baked = 0x2,
kDisableShadows_Realtime = 0x3
}
// Parent: None
// Field count: 10
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_ViewTarget {
public const nint m_Name = 0x0; // CUtlString
public const nint m_TextureId = 0x8; // uint64
public const nint m_nWidth = 0x10; // int32
public const nint m_nHeight = 0x14; // int32
public const nint m_nRequestedWidth = 0x18; // int32
public const nint m_nRequestedHeight = 0x1C; // int32
public const nint m_nNumMipLevels = 0x20; // int32
public const nint m_nDepth = 0x24; // int32
public const nint m_nMultisampleNumSamples = 0x28; // int32
public const nint m_nFormat = 0x2C; // int32
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class SceneViewId_t {
public const nint m_nViewId = 0x0; // uint64
public const nint m_nFrameCount = 0x8; // uint64
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSEndFrameViewInfo {
public const nint m_nViewId = 0x0; // uint64
public const nint m_ViewName = 0x8; // CUtlString
}
// Parent: CSSDSMsg_LayerBase
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_PostLayer {
}
// Parent: None
// Field count: 6
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_LayerBase {
public const nint m_viewId = 0x0; // SceneViewId_t
public const nint m_ViewName = 0x10; // CUtlString
public const nint m_nLayerIndex = 0x18; // int32
public const nint m_nLayerId = 0x20; // uint64
public const nint m_LayerName = 0x28; // CUtlString
public const nint m_displayText = 0x30; // CUtlString
}
// Parent: CSSDSMsg_LayerBase
// Field count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_PreLayer {
}
// Parent: None
// Field count: 3
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_ViewTargetList {
public const nint m_viewId = 0x0; // SceneViewId_t
public const nint m_ViewName = 0x10; // CUtlString
public const nint m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
}
// Parent: None
// Field count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_ViewRender {
public const nint m_viewId = 0x0; // SceneViewId_t
public const nint m_ViewName = 0x10; // CUtlString
}
// Parent: None
// Field count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_EndFrame {
public const nint m_Views = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
}
}
}