mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-02-15 07:17:22 +08:00
48 lines
1.5 KiB
C#
48 lines
1.5 KiB
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2026-01-22 00:10:23.980960800 UTC
|
|
|
|
namespace CS2Dumper.Schemas {
|
|
// Module: materialsystem2.dll
|
|
// Class count: 0
|
|
// Enum count: 5
|
|
public static class Materialsystem2Dll {
|
|
// Alignment: 4
|
|
// Member count: 4
|
|
public enum VertJustification_e : uint {
|
|
VERT_JUSTIFICATION_TOP = 0x0,
|
|
VERT_JUSTIFICATION_CENTER = 0x1,
|
|
VERT_JUSTIFICATION_BOTTOM = 0x2,
|
|
VERT_JUSTIFICATION_NONE = 0x3
|
|
}
|
|
// Alignment: 4
|
|
// Member count: 3
|
|
public enum LayoutPositionType_e : uint {
|
|
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
|
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
|
|
LAYOUTPOSITIONTYPE_NONE = 0x2
|
|
}
|
|
// Alignment: 4
|
|
// Member count: 3
|
|
public enum ViewFadeMode_t : uint {
|
|
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
|
VIEW_FADE_MODULATE = 0x1,
|
|
VIEW_FADE_MOD2X = 0x2
|
|
}
|
|
// Alignment: 4
|
|
// Member count: 3
|
|
public enum BloomBlendMode_t : uint {
|
|
BLOOM_BLEND_ADD = 0x0,
|
|
BLOOM_BLEND_SCREEN = 0x1,
|
|
BLOOM_BLEND_BLUR = 0x2
|
|
}
|
|
// Alignment: 4
|
|
// Member count: 4
|
|
public enum HorizJustification_e : uint {
|
|
HORIZ_JUSTIFICATION_LEFT = 0x0,
|
|
HORIZ_JUSTIFICATION_CENTER = 0x1,
|
|
HORIZ_JUSTIFICATION_RIGHT = 0x2,
|
|
HORIZ_JUSTIFICATION_NONE = 0x3
|
|
}
|
|
}
|
|
}
|