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; }