 | TetrapodRagdollShouldAxialSkeletonCollideWithSelf Property |
Gets or sets a value indicating whether the
RagdollParts in the axial skeleton (head, neck,
and spine) should ignore collisions with one another.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic bool ShouldAxialSkeletonCollideWithSelf { get; set; }
Property Value
Type:
Boolean if parts in the axial skeleton should ignore collisions with one another; otherwise,
.
Remarks
See Also