EvilEngine/DYNA/effect:Lens Flare Element
From Heavy Iron Modding
< EvilEngine | DYNA(Redirected from DYNA/effect:Lens Flare Element)
effect:Lens Flare Element | |
---|---|
Version | 3 |
Hash | 0x2CD29541 |
Games used | The SpongeBob SquarePants Movie The Incredibles |
Format
Unused in SpongeBob Movie, Rise of the Underminer, and Ratatouille Prototype but is still supported.
class xScrFxLensFlareElement : xDynAsset
{
uint32 textureID;
RwTexture* texture;
float32 position
float32 width
float32 height
float32 uv[2][2]
uint32 color
uint32 mode
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | AssetID | textureID | RWTX |
0x14 | RwTexture* | texture | |
0x18 | f32 | position | |
0x1C | f32 | width | |
0x20 | f32 | height | |
0x24 | f32[2][2] | uv | |
0x34 | u32 | color | |
0x38 | u32 | mode |
Hidden category: