BuoyancyZoneComponent.FlowVelocity Property
Definition¶
Namespace: Brine2D.ECS.Components
Bulk velocity of the fluid in pixels per second. Non-zero values push overlapping bodies in the flow direction (e.g. rivers, currents). Default is System.Numerics.Vector2.Zero.
public System.Numerics.Vector2 FlowVelocity { get; set; }