Click or drag to resize
TetrapodRagdollAnimator Properties

The TetrapodRagdollAnimator type exposes the following members.

Properties
  NameDescription
Public propertyAnimator
Gets the animator.
(Inherited from RagdollAnimator.)
Public propertyFullHierarchyBlendProgress
Gets the normalized progress of this instance blending out of full-hierarchy ragdoll.
(Inherited from RagdollAnimator.)
Public propertyFullHierarchyBlendTime
Gets or sets the number of seconds to take when blending from full-hierarchy ragdoll back to animation data.
(Inherited from RagdollAnimator.)
Public propertyFullHierarchyRagdollParameter
Gets or sets a AnimatorControllerParameterType.Bool parameter specifying that the full hierarchy is ragdoll.
(Inherited from RagdollAnimator.)
Public propertyGroundSurfaces
Gets or sets the ground surfaces. This value is used to reposition the animated hierarchy when the it exits full-hierarchy ragdoll.
(Inherited from RagdollAnimator.)
Public propertyHead
Gets the head.
Public propertyLeftDistalForelimb
Gets the left distal forelimb.
Public propertyLeftDistalHindlimb
Gets the left distal hindlimb.
Public propertyLeftManualPhalanx
Gets the left manual phalanx.
Public propertyLeftManus
Gets the left manus.
Public propertyLeftPedalPhalanx
Gets the left pedal phalanx.
Public propertyLeftPes
Gets the left pes.
Public propertyLeftProximalForelimb
Gets the left proximal forelimb.
Public propertyLeftProximalHindlimb
Gets the left proximal hindlimb.
Public propertyLeftShoulder
Gets the left shoulder.
Public propertyNamingConvention
Gets the naming convention currently in use.
Public propertyNeck
Gets the neck.
Public propertyOnEnterFullHierarchyRagdoll
Gets the event when full hierarchy ragdoll was entered (i.e. all parts just now have a strength of 0).
(Inherited from RagdollAnimator.)
Public propertyOnExitFullHierarchyRagdoll
Gets the event when full hierarchy ragdoll was exited (i.e. all parts had a strength of 0 and at least one is now greater than 0).
(Inherited from RagdollAnimator.)
Public propertyOnPostprocessAnimatedHierarchy
Gets the event right before the animated hierarchy is finalized for rendering.
(Inherited from RagdollAnimator.)
Public propertyOnPostprocessInputPose
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).
(Inherited from RagdollAnimator.)
Public propertyOnPreprocessAnimatedHierarchy
Gets the event before the Animator has been updated. Subscribe to this event if you need to revert changes to non-animated transforms made in the previous frame. For example, if you are using Final IK, you would insert a call to FixTransforms() here if necessary.
(Inherited from RagdollAnimator.)
Public propertyOrientationParameterUpdateMode
Gets or sets the orientation parameter update mode.
(Inherited from RagdollAnimator.)
Public propertyPelvis
Gets the pelvis.
Public propertyRagdoll
Gets the ragdoll being animated by this instance.
(Inherited from RagdollAnimator.)
Public propertyRightDistalForelimb
Gets the right distal forelimb.
Public propertyRightDistalHindlimb
Gets the right distal hindlimb.
Public propertyRightManualPhalanx
Gets the right manual phalanx.
Public propertyRightManus
Gets the right manus.
Public propertyRightPedalPhalanx
Gets the right pedal phalanx.
Public propertyRightPes
Gets the right pes.
Public propertyRightProximalForelimb
Gets the right proximal forelimb.
Public propertyRightProximalHindlimb
Gets the right proximal hindlimb.
Public propertyRightShoulder
Gets the right shoulder.
Public propertyRoot
Gets the root.
(Inherited from RagdollAnimator.)
Public propertySpine
Gets the spine.
Public propertyStrengthUpdateMode
Gets or sets the strength update mode to use when applying Strength values to the ragdoll.
(Inherited from RagdollAnimator.)
Top
See Also