Click or drag to resize
RagdollAnimatorGroundSurfaces Property
Gets or sets the ground surfaces. This value is used to reposition the animated hierarchy when the it exits full-hierarchy ragdoll.

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

Property Value

Type: LayerMask
The ground surfaces.
See Also