Skip to content

PointAttractor.UseInverseSquare Property

Definition

Namespace: Brine2D.Systems.Rendering

When true, force falls off with the square of distance \(inverse\-square law\). When false \(default\), force magnitude is constant regardless of distance.

C#
public bool UseInverseSquare { get; set; }

Property Value

System.Boolean