Property | Type | Description | |
---|---|---|---|
eyes | UnityEngine.Transform[] | ||
head | |||
leftCalf | Transform | ||
leftFoot | Transform | ||
leftForearm | Transform | ||
leftHand | Transform | ||
leftThigh | Transform | ||
leftUpperArm | Transform | ||
pelvis | Transform | ||
rightCalf | Transform | ||
rightFoot | Transform | ||
rightForearm | Transform | ||
rightHand | Transform | ||
rightThigh | Transform | ||
rightUpperArm | Transform | ||
root | Transform | ||
spine | Transform[] |
Method | Description | |
---|---|---|
AssignHumanoidReferences ( |
Fills in BipedReferences using Animator.GetBoneTransform().
|
|
AutoDetectReferences ( |
Automatically detects biped bones. Returns true if a valid biped has been referenced.
|
|
CheckSetupError ( |
Checks the setup for definite problems.
|
|
CheckSetupWarning ( |
Checks the setup for possible problems.
|
|
DetectReferencesByNaming ( |
Detects the references based on naming and hierarchy.
|
|
IsEmpty ( bool includeRoot ) : bool |
Gets a value indicating whether this BipedReferences is empty. If includeRoot is false, returns true(is empty) even if root Transform has been assigned.
|
Method | Description | |
---|---|---|
AddBoneToEyes ( |
||
AddBoneToHierarchy ( |
||
AddBoneToSpine ( |
||
CheckEyesError ( |
||
CheckEyesWarning ( |
||
CheckFacingAxisWarning ( |
||
CheckLimbError ( |
||
CheckLimbWarning ( |
||
CheckRootHeightWarning ( |
||
CheckSpineError ( |
||
CheckSpineWarning ( |
||
DetectLimb ( RootMotion.BipedNaming boneType, RootMotion.BipedNaming boneSide, |
||
GetVerticalOffset ( Vector3 p1, Vector3 p2, |
||
IsNeckBone ( |
public static AssignHumanoidReferences ( |
||
references | ||
animator | ||
autoDetectParams | AutoDetectParams | |
return | void |
public static AutoDetectReferences ( |
||
references | ||
root | ||
autoDetectParams | AutoDetectParams | |
return | bool |
public static CheckSetupError ( |
||
references | ||
log | bool | |
return | bool |
public static CheckSetupWarning ( |
||
references | ||
log | bool | |
return | bool |
public static DetectReferencesByNaming ( |
||
references | ||
root | ||
autoDetectParams | AutoDetectParams | |
return | void |