Skip to content

PhysicsBodyComponent.FreezePositionX Property

Definition

Namespace: Brine2D.ECS.Components

When true, the physics system zeroes the X component of this body's linear velocity every fixed-update step. Only affects Dynamic bodies.

public bool FreezePositionX { get; set; }

Property Value

System.Boolean