SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
LightDataHolder Class Reference

Public Member Functions

void initLightData ()
 
AreaLightInfofindAreaLight (const char *) const
 
const char * getDefaultAreaLightName () const
 
s32 getDefaultStepInterpolate () const
 

Public Attributes

s32 mLightCount
 
AreaLightInfomLights
 
LightInfoCoin _8
 

Detailed Description

Definition at line 54 of file LightDataHolder.hpp.

Constructor & Destructor Documentation

◆ LightDataHolder()

LightDataHolder::LightDataHolder ( )

Definition at line 4 of file LightDataHolder.cpp.

Member Function Documentation

◆ getDefaultAreaLightName()

const char * LightDataHolder::getDefaultAreaLightName ( ) const

Definition at line 24 of file LightDataHolder.cpp.

◆ getDefaultStepInterpolate()

s32 LightDataHolder::getDefaultStepInterpolate ( ) const

Definition at line 28 of file LightDataHolder.cpp.

Member Data Documentation

◆ mLightCount

s32 LightDataHolder::mLightCount

Definition at line 64 of file LightDataHolder.hpp.

◆ mLights

AreaLightInfo* LightDataHolder::mLights

Definition at line 65 of file LightDataHolder.hpp.

◆ _8

LightInfoCoin LightDataHolder::_8

Definition at line 66 of file LightDataHolder.hpp.