Click or drag to resize
RagdollPartIsSilent Property
Gets or sets a value indicating whether instances of this class should emit debug messages. This value should only be set to when performing automated tests.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsSilent { get; set; }

Property Value

Type: Boolean
if instances will emit no debug messages; otherwise, .
See Also