Link CHUDBillboardEffect

Former-commit-id: 9c6c51e496102b1adeb6b6bf85fcbebe3fb60e15
This commit is contained in:
2023-10-13 00:49:09 -04:00
parent 45681935ec
commit 3fdf9c7c66
11 changed files with 50 additions and 39 deletions

View File

@@ -34,14 +34,14 @@ public:
void CalculateRenderBounds() override;
TUniqueId GetExplosionLightId() const { return xec_explosionLight; }
uint GetSourceId() const { return xf0_sourceId; }
CAssetId GetSourceId() const { return xf0_sourceId; }
public:
rstl::single_ptr< CParticleGen > xe8_particleGen;
TUniqueId xec_explosionLight;
uint xf0_sourceId;
CAssetId xf0_sourceId;
bool xf4_24_renderThermalHot : 1;
bool xf4_25_ : 1;
bool xf4_25_hasRenderBounds : 1;
bool xf4_26_renderXray : 1;
float xf8_time;
};