Click or drag to resize
RagdollAnimatorFullHierarchyEvent Class
A class for events that affect the full hierarchy.
Inheritance Hierarchy
SystemObject
  Events.UnityEventBase
    Events.UnityEventRagdollAnimator
      Candlelight.PhysicsRagdollAnimatorFullHierarchyEvent

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class FullHierarchyEvent : UnityEvent<RagdollAnimator>
See Also