18 ::ll::TypedStorage<8, 24, ::std::vector<::CameraShakeEvent>> mShakeEvents;
19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SimplexNoise>> xAxisNoise;
20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SimplexNoise>> yAxisNoise;
21 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SimplexNoise>> zAxisNoise;
22 ::ll::TypedStorage<8, 8, double> mLastUpdatedTime;
23 ::ll::TypedStorage<4, 4, float> mNoiseTime;
24 ::ll::TypedStorage<4, 4, float> mShakeIntensity;
25 ::ll::TypedStorage<4, 4, float> mDecayRate;
26 ::ll::TypedStorage<1, 1, ::CameraShakeType> mShakeType;
27 ::ll::TypedStorage<1, 1, bool> mWasShaking;