|
SpaghettiKart
|
#include <SkySnow.h>
Public Member Functions | |
| SkySnow (ScreenContext *screen) | |
| ~SkySnow () | |
| virtual void | Draw (ScreenContext *ctx, s32 arg0) override |
| virtual void | Tick () override |
| void | func_80077E20 () |
| void | func_80077F64 (Camera *camera) |
Public Member Functions inherited from SkyActor | |
| SkyActor (ScreenContext *screen) | |
| SkyActor (ScreenContext *screen, u16 cloudVariant, u16 posY, u16 rotY, u16 scalePercent) | |
| virtual | ~SkyActor () |
Static Public Member Functions | |
| static size_t | GetCount () |
Private Attributes | |
| size_t | _idx |
| s32 | mState |
| s32 | mState2 |
| FVector | mOffset |
| FVector | mOrigin |
| FVector | mVelocity |
| Vec3su | mDirectionAngle |
Static Private Attributes | |
| static size_t | _count = 0 |
Additional Inherited Members | |
Data Fields inherited from SkyActor | |
| ScreenContext * | mScreen |
Protected Attributes inherited from SkyActor | |
| f32 | mScale |
| u16 | mCloudVariant |
| u8 * | mTexture |
| s32 | mTextureWidth |
| s32 | mTextureHeight |
| bool | mVisible |
| Vtx * | mVtx |
| int32_t | mX |
| int32_t | mY |
| int32_t | mRotY |
| int32_t | mOldX |
| int32_t | mOldY |
| s16 | mUnk208 |
| s16 | mUnk210 |
| f32 | mUnk1E8 |
| s16 | mUnk218 |
Skybox Stars
Inherits from SkyCloud so that stars/clouds can be stored in the same list and called the same way.
@cloudVariant unused for stars
| SkySnow::SkySnow | ( | ScreenContext * | screen | ) |
|
inline |
|
overridevirtual |
| void SkySnow::func_80077E20 | ( | ) |
| void SkySnow::func_80077F64 | ( | Camera * | camera | ) |
|
inlinestatic |
|
overridevirtual |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |