Skip to content

SubShape.Friction Property

Definition

Namespace: Brine2D.ECS.Components

Surface friction for this sub-shape (0–1). When null, inherits SurfaceFriction from the owning body. Changes on a live body apply immediately via a lightweight material update.

public System.Nullable<float> Friction { get; set; }

Property Value

System.Nullable<System.Single>