Skip to content

KinematicCharacterBody.EnableDebugLogging Property

Definition

Namespace: Brine2D.ECS.Components

When true, the KinematicCharacterSystem emits per-tick diagnostic trace output for this character covering pre-deflection, slide iterations, and final position integration. Use only during debugging — disable before shipping.

public bool EnableDebugLogging { get; set; }

Property Value

System.Boolean