New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
Scene::FaderInfo Class Reference

#include <Scene.h>

Public Types

enum  Mask { cMask_InFaderType = 0x0000FFFF , cMask_OutFaderType = 0xFFFF0000 }
enum  Shift { cShift_InFaderType = 0 , cShift_OutFaderType = 16 }

Static Public Member Functions

static u32 make (u16 out_fader_type, u16 in_fader_type)
static u16 getOutFaderType (u32 data)
static void setOutFaderType (u32 &data, u16 type)
static u16 getInFaderType (u32 data)
static void setInFaderType (u32 &data, u16 type)

Member Enumeration Documentation

◆ Mask

Enumerator
cMask_InFaderType 
cMask_OutFaderType 

◆ Shift

Enumerator
cShift_InFaderType 
cShift_OutFaderType 

Member Function Documentation

◆ make()

u32 Scene::FaderInfo::make ( u16 out_fader_type,
u16 in_fader_type )
inlinestatic

◆ getOutFaderType()

u16 Scene::FaderInfo::getOutFaderType ( u32 data)
inlinestatic

◆ setOutFaderType()

void Scene::FaderInfo::setOutFaderType ( u32 & data,
u16 type )
inlinestatic

◆ getInFaderType()

u16 Scene::FaderInfo::getInFaderType ( u32 data)
inlinestatic

◆ setInFaderType()

void Scene::FaderInfo::setInFaderType ( u32 & data,
u16 type )
inlinestatic