|
CommonLibSSE (Parapets fork)
|
#include <Atmosphere.h>
Public Member Functions | |
| virtual | ~Atmosphere () |
| virtual void | Update (Sky *a_sky, float a_arg2) override |
| virtual void | Unk_04 (void) |
Public Member Functions inherited from RE::SkyObject | |
| virtual | ~SkyObject () |
| virtual NiNode * | GetRoot () |
| virtual void | Unk_02 (void) |
Public Attributes | |
| NiPointer< BSTriShape > | atmosphere |
| NiPointer< BSFogProperty > | fog |
| NiPointer< NiNode > | skyQuadNode |
| NiPointer< BSTriShape > | skyQuad |
| bool | updateFogDistance |
| std::uint8_t | pad31 |
| std::uint16_t | pad32 |
| std::uint32_t | pad34 |
Public Attributes inherited from RE::SkyObject | |
| NiPointer< NiNode > | root |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_Atmosphere |
Static Public Attributes inherited from RE::SkyObject | |
| static constexpr auto | RTTI = RTTI_SkyObject |
|
virtual |
|
virtual |
|
overridevirtual |
Reimplemented from RE::SkyObject.
| NiPointer<BSTriShape> RE::Atmosphere::atmosphere |
| NiPointer<BSFogProperty> RE::Atmosphere::fog |
| std::uint8_t RE::Atmosphere::pad31 |
| std::uint16_t RE::Atmosphere::pad32 |
| std::uint32_t RE::Atmosphere::pad34 |
|
inlinestaticconstexpr |
| NiPointer<BSTriShape> RE::Atmosphere::skyQuad |
| bool RE::Atmosphere::updateFogDistance |