EvilEngine/DYNA/effect:Lens Flare Element

From Heavy Iron Modding
Revision as of 08:25, 21 November 2021 by MinecraftFreak73 (talk | contribs)

effect:Lens Flare Element
Version3
Hash0x2CD29541
Games usedThe SpongeBob SquarePants Movie
The Incredibles

Format

Note: Lens Flare Element is unused in TSSM 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
0x00 RWTX Texture_AssetID
0x04 uint32 texture
0x08 float32 position
0x0C float32 width
0x10 float32 height
0x14 float32 uv
0x18 float32 uv
0x1C float32 uv
0x20 float32 uv
0x24 uint32 color
0x28 uint32 mode