#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) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |