mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-02-15 07:17:22 +08:00
47 lines
1.4 KiB
C#
47 lines
1.4 KiB
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2026-01-24 02:38:39.726673900 UTC
|
|
|
|
namespace CS2Dumper.Schemas {
|
|
// Module: scenesystem.dll
|
|
// Class count: 0
|
|
// Enum count: 4
|
|
public static class ScenesystemDll {
|
|
// Alignment: 4
|
|
// Member count: 4
|
|
public enum ESilhouetteType_t : uint {
|
|
SILHOUETTE_NONE = 0x0,
|
|
SILHOUETTE_LIGHT = 0x1,
|
|
SILHOUETTE_ENVMAP = 0x2,
|
|
SILHOUETTE_LPV = 0x4
|
|
}
|
|
// Alignment: 1
|
|
// Member count: 4
|
|
public enum DisableShadows_t : byte {
|
|
kDisableShadows_None = 0x0,
|
|
kDisableShadows_All = 0x1,
|
|
kDisableShadows_Baked = 0x2,
|
|
kDisableShadows_Realtime = 0x3
|
|
}
|
|
// Alignment: 1
|
|
// Member count: 6
|
|
public enum DecalRtEncoding_t : byte {
|
|
kDecalInvalid = 0xFF,
|
|
kDecalMin = 0x0,
|
|
kDecalBlood = 0x0,
|
|
kDecalCloak = 0x1,
|
|
kDecalMax = 0x2,
|
|
kDecalDefault = 0x0
|
|
}
|
|
// Alignment: 4
|
|
// Member count: 6
|
|
public enum ESceneObjectVisualization : uint {
|
|
SCENEOBJECT_VIS_NONE = 0x0,
|
|
SCENEOBJECT_VIS_OBJECT = 0x1,
|
|
SCENEOBJECT_VIS_MATERIAL = 0x2,
|
|
SCENEOBJECT_VIS_TEXTURE_SIZE = 0x3,
|
|
SCENEOBJECT_VIS_LOD = 0x4,
|
|
SCENEOBJECT_VIS_INSTANCING = 0x5
|
|
}
|
|
}
|
|
}
|