Skip to content

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.

C#
public System.Numerics.Vector2 FlowVelocity { get; set; }

Property Value

System.Numerics.Vector2