KinematicCharacterBody.WallNormal Property
Definition¶
Namespace: Brine2D.ECS.Components
The averaged wall contact normal from the last step, or System.Numerics.Vector2.Zero
when IsOnWall is false.
public System.Numerics.Vector2 WallNormal { get; internal set; }