NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::g3d::AmbLightAnmResult Struct Reference

Description

Definition at line 16 of file g3d_resanmamblight.h.

Public Types

enum  Flag {
  FLAG_COLOR_ENABLE = (1 << 0) ,
  FLAG_ALPHA_ENABLE = (1 << 1)
}
 

Public Attributes

ulong flags
 
ulong color
 

Member Enumeration Documentation

◆ Flag

enum nw4r::g3d::AmbLightAnmResult::Flag

Definition at line 17 of file g3d_resanmamblight.h.

Member Data Documentation

◆ flags

ulong nw4r::g3d::AmbLightAnmResult::flags

Definition at line 22 of file g3d_resanmamblight.h.

◆ color

ulong nw4r::g3d::AmbLightAnmResult::color

Definition at line 23 of file g3d_resanmamblight.h.