Click or drag to resize
RagdollSetHierarchyPhysicsMaterial Method
Sets the hierarchy physics material. This method will assign the Collider.sharedMaterial property on each Collider referenced in this Ragdoll's definition.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetHierarchyPhysicsMaterial(
	PhysicMaterial value
)

Parameters

value
Type: PhysicMaterial
A PhysicMaterial.
See Also