NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::lyt::res::Pane Struct Reference
Inheritance diagram for nw4r::lyt::res::Pane:
[legend]

Description

Definition at line 54 of file lyt_pane.h.

Public Attributes

DataBlockHeader blockHeader
 
u8 flag
 
u8 basePosition
 
u8 alpha
 
u8 padding
 
char name [NW4R_LYT_RES_NAME_LEN]
 
char userData [NW4R_LYT_PANE_USERDATA_LEN]
 
math::VEC3 translate
 
math::VEC3 rotate
 
math::VEC2 scale
 
Size size
 

Static Public Attributes

static const ulong SIGNATURE = 'pan1'
 

Member Data Documentation

◆ SIGNATURE

const ulong nw4r::lyt::res::Pane::SIGNATURE = 'pan1'
static

Definition at line 55 of file lyt_pane.h.

◆ blockHeader

DataBlockHeader nw4r::lyt::res::Pane::blockHeader

Definition at line 57 of file lyt_pane.h.

◆ flag

u8 nw4r::lyt::res::Pane::flag

Definition at line 58 of file lyt_pane.h.

◆ basePosition

u8 nw4r::lyt::res::Pane::basePosition

Definition at line 59 of file lyt_pane.h.

◆ alpha

u8 nw4r::lyt::res::Pane::alpha

Definition at line 60 of file lyt_pane.h.

◆ padding

u8 nw4r::lyt::res::Pane::padding

Definition at line 61 of file lyt_pane.h.

◆ name

char nw4r::lyt::res::Pane::name[NW4R_LYT_RES_NAME_LEN]

Definition at line 62 of file lyt_pane.h.

◆ userData

char nw4r::lyt::res::Pane::userData[NW4R_LYT_PANE_USERDATA_LEN]

Definition at line 63 of file lyt_pane.h.

◆ translate

math::VEC3 nw4r::lyt::res::Pane::translate

Definition at line 64 of file lyt_pane.h.

◆ rotate

math::VEC3 nw4r::lyt::res::Pane::rotate

Definition at line 65 of file lyt_pane.h.

◆ scale

math::VEC2 nw4r::lyt::res::Pane::scale

Definition at line 66 of file lyt_pane.h.

◆ size

Size nw4r::lyt::res::Pane::size

Definition at line 67 of file lyt_pane.h.