SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Attributes | List of all members
AreaLightInfo Struct Reference

Public Attributes

const char * mAreaLightName
 
s32 mInterpolate
 
bool mFix
 
ActorLightInfo mPlayerLight
 
ActorLightInfo mStrongLight
 
ActorLightInfo mWeakLight
 
ActorLightInfo mPlanetLight
 

Detailed Description

Definition at line 40 of file LightDataHolder.hpp.

Member Data Documentation

◆ mAreaLightName

const char* AreaLightInfo::mAreaLightName

Definition at line 41 of file LightDataHolder.hpp.

◆ mInterpolate

s32 AreaLightInfo::mInterpolate

Definition at line 42 of file LightDataHolder.hpp.

◆ mFix

bool AreaLightInfo::mFix

Definition at line 43 of file LightDataHolder.hpp.

◆ mPlayerLight

ActorLightInfo AreaLightInfo::mPlayerLight

Definition at line 44 of file LightDataHolder.hpp.

◆ mStrongLight

ActorLightInfo AreaLightInfo::mStrongLight

Definition at line 45 of file LightDataHolder.hpp.

◆ mWeakLight

ActorLightInfo AreaLightInfo::mWeakLight

Definition at line 46 of file LightDataHolder.hpp.

◆ mPlanetLight

ActorLightInfo AreaLightInfo::mPlanetLight

Definition at line 47 of file LightDataHolder.hpp.