28class Fog :
public ResCommon<FogData> {
33 Fog CopyTo(
void* pDst)
const;
35 void SetFogRangeAdjParam(u16 width, u16 center,
39 void SetFogType(GXFogType type) {
47 void SetZ(f32 startZ, f32 endZ) {
58 void SetNearFar(f32 nearZ, f32 farZ) {
69 void SetFogColor(GXColor color) {
77 bool IsFogRangeAdjEnable()
const {
78 return IsValid() && ref().adjEnable == TRUE;