mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Various CStateManager additions and camera stubs
This commit is contained in:
@@ -17,12 +17,13 @@ public:
|
||||
ContinuousSystem
|
||||
};
|
||||
private:
|
||||
u32 x0_duration;
|
||||
u32 x0_duration = 0;
|
||||
SObjectTag x4_particle;
|
||||
std::string xc_boneName;
|
||||
float x1c_scale;
|
||||
EParentedMode x20_parentMode;
|
||||
std::string xc_boneName = "root";
|
||||
float x1c_scale = 1.f;
|
||||
EParentedMode x20_parentMode = EParentedMode::Initial;
|
||||
public:
|
||||
CParticleData() = default;
|
||||
CParticleData(CInputStream& in);
|
||||
EParentedMode GetParentedMode() const {return x20_parentMode;}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user