Definition at line 591 of file common_structs.h.
#include "common_structs.h"
Public Member Functions | |
ShadowCallback (onCreateCallback) | |
Data Fields | |
u16 | flags |
s16 | typeDataSize |
void * | renderCommandList |
struct StaticAnimatorNode ** | animModelNode |
char | unk_10 [0x10] |
u8 | entityType |
char | aabbSize [3] |
ShadowBlueprint::ShadowCallback | ( | onCreateCallback | ) |
u16 ShadowBlueprint::flags |
Definition at line 592 of file common_structs.h.
Referenced by create_shadow_from_data().
s16 ShadowBlueprint::typeDataSize |
Definition at line 593 of file common_structs.h.
void* ShadowBlueprint::renderCommandList |
Definition at line 594 of file common_structs.h.
Referenced by create_shadow_from_data().
struct StaticAnimatorNode** ShadowBlueprint::animModelNode |
Definition at line 595 of file common_structs.h.
Referenced by create_shadow_from_data().
char ShadowBlueprint::unk_10[0x10] |
Definition at line 597 of file common_structs.h.
u8 ShadowBlueprint::entityType |
Definition at line 598 of file common_structs.h.
char ShadowBlueprint::aabbSize[3] |
Definition at line 599 of file common_structs.h.