API Reference › GameHooksAirAccelerateMovementParamsStructNamespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dllpublic struct AirAccelerateMovementParamsView sourcePropertiesAccelerationThe acceleration value. Modifications are passed to the original function.public required float Acceleration { readonly get; set; }Property ValuefloatMoveDatapublic required IMoveData MoveData { readonly get; init; }Property ValueIMoveDataPlayerpublic required IPlayer Player { readonly get; set; }Property ValueIPlayerWishDirectionThe wish direction vector. Wraps a native pointer — modifications are written back to native memory.public required Vector WishDirection { readonly get; set; }Property ValueVectorWishSpeedThe wish speed. Modifications are passed to the original function.public required float WishSpeed { readonly get; set; }Property Valuefloat