KinematicCharacterBody.PlatformVelocity Property
Definition¶
Namespace: Brine2D.ECS.Components
The linear velocity of the moving platform the character is standing on, or System.Numerics.Vector2.Zero when not on a moving platform. Updated each post-physics step.
public System.Numerics.Vector2 PlatformVelocity { get; internal set; }