Added FragGlassWindow flags lo/hi bytes for research purposes

This commit is contained in:
dexy
2021-05-05 19:03:32 +10:00
Unverified
parent 5426ceada8
commit 4e987e523a
2 changed files with 18 additions and 17 deletions
@@ -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; }