Battle Talent  V11
Public Member Functions | Public Attributes | List of all members
CrossLink.TwistHelper Class Reference

Relaxes the twist rotation of this Transform relative to a parent and a child Transform, using their initial rotations as the most relaxed pose. More...

Inherits MonoBehaviour.

Public Member Functions

void Relax ()
 Rotate this Transform to relax it's twist angle relative to the "parent" and "child" Transforms. More...
 

Public Attributes

IK ik
 
Transform parent
 
Transform child
 
float weight = 1f
 
float parentChildCrossfade = 0.5f
 
float twistAngleOffset
 
float additionalTwistAngleOffset
 
InteractHand hand
 

Detailed Description

Relaxes the twist rotation of this Transform relative to a parent and a child Transform, using their initial rotations as the most relaxed pose.

Member Function Documentation

◆ Relax()

void CrossLink.TwistHelper.Relax ( )

Rotate this Transform to relax it's twist angle relative to the "parent" and "child" Transforms.