EvilEngine/DYNA/effect:Lens Flare Element

From Heavy Iron Modding
Revision as of 12:52, 19 September 2023 by EnergyDrink (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
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