13 ::ll::TypedStorage<1, 1, bool> mSnapToTarget;
14 ::ll::TypedStorage<1, 1, bool> mContinueTargeting;
15 ::ll::TypedStorage<4, 4, float> mRotationSpeed;
16 ::ll::TypedStorage<4, 4, float> mTrackingRadius;
17 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mHorizontalRotationLimit;
18 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mVerticalRotationLimit;
19 ::ll::TypedStorage<4, 8, ::Vec2> mCurrentEulerOrientation;
20 ::ll::TypedStorage<4, 12, ::Vec3> mTargetDirectionToLook;