EvilEngine/DYNA/Twiddler
< EvilEngine | DYNA
(Redirected from DYNA/Twiddler)
Twiddler | |
---|---|
Version | 2 |
Hash | 0x01A49323 |
Games used | Ratatouille Prototype |
Format
struct zAnalogInputTwiddlerAsset : xDynAsset
{
unsigned int twiddleeID;
unsigned int type;
unsigned int axis;
float inputMin;
float inputMax;
float outputMin;
float outputMax;
float defaultValue;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | AssetID | twiddleeID | PLAT |
0x14 | u32 | type | |
0x18 | u32 | axis | |
0x1C | f32 | inputMin | |
0x20 | f32 | inputMax | |
0x24 | f32 | outputMin | |
0x28 | f32 | outputMax | |
0x2C | f32 | ddefaultValue |