mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:54:32 +08:00
Added FragGlassWindow flags lo/hi bytes for research purposes
This commit is contained in:
@@ -1162,6 +1162,8 @@ namespace CodeWalker.GameFiles
|
||||
public float UnkFloat22 { get; set; }
|
||||
public uint UnkUint4 = 0x7f800001; // 0x7f800001
|
||||
|
||||
public byte FlagsLo { get { return (byte)((Flags >> 0) & 0xFF); } }
|
||||
public byte FlagsHi { get { return (byte)((Flags >> 8) & 0xFF); } }
|
||||
public FragPhysTypeGroup Group { get; set; }
|
||||
public FragPhysicsLOD GroupLOD { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user