 | RagdollAnimatorOnPostprocessInputPose Property |
Gets the event when the input pose has been set up, before it has been applied to the ragdoll. Subscribe
to this event for applying procedural animation normally applied in LateUpdate() (e.g., custom IK solvers).
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic RagdollAnimatorFullHierarchyEvent OnPostprocessInputPose { get; }
Property Value
Type:
RagdollAnimatorFullHierarchyEventThe event when the input pose has been set up, before it has been applied to the ragdoll.
See Also