Method | Description | |
---|---|---|
Animator ( ) | ||
ForceStateNormalizedTime ( float normalizedTime ) : void | ||
GetAnimatorTransitionInfo ( int layerIndex ) : |
||
GetBoneTransform ( HumanBodyBones humanBoneId ) : |
||
GetBool ( int id ) : bool | ||
GetBool ( string name ) : bool | ||
GetCurrentAnimationClipState ( int layerIndex ) : UnityEngine.AnimationInfo[] | ||
GetCurrentAnimatorStateInfo ( int layerIndex ) : |
||
GetFloat ( int id ) : float | ||
GetFloat ( string name ) : float | ||
GetIKPosition ( AvatarIKGoal goal ) : |
||
GetIKPositionWeight ( AvatarIKGoal goal ) : float | ||
GetIKRotation ( AvatarIKGoal goal ) : |
||
GetIKRotationWeight ( AvatarIKGoal goal ) : float | ||
GetInteger ( int id ) : int | ||
GetInteger ( string name ) : int | ||
GetLayerName ( int layerIndex ) : string | ||
GetLayerWeight ( int layerIndex ) : float | ||
GetNextAnimationClipState ( int layerIndex ) : UnityEngine.AnimationInfo[] | ||
GetNextAnimatorStateInfo ( int layerIndex ) : |
||
GetQuaternion ( int id ) : |
||
GetQuaternion ( string name ) : |
||
GetVector ( int id ) : |
||
GetVector ( string name ) : |
||
InterruptMatchTarget ( ) : void | ||
InterruptMatchTarget ( bool completeMatch ) : void | ||
IsControlled ( |
||
IsInTransition ( int layerIndex ) : bool | ||
IsParameterControlledByCurve ( int id ) : bool | ||
IsParameterControlledByCurve ( string name ) : bool | ||
MatchTarget ( |
||
MatchTarget ( |
||
SetBool ( int id, bool value ) : void | ||
SetBool ( string name, bool value ) : void | ||
SetFloat ( int id, float value ) : void | ||
SetFloat ( int id, float value, float dampTime, float deltaTime ) : void | ||
SetFloat ( string name, float value ) : void | ||
SetFloat ( string name, float value, float dampTime, float deltaTime ) : void | ||
SetIKPosition ( AvatarIKGoal goal, |
||
SetIKPositionWeight ( AvatarIKGoal goal, float value ) : void | ||
SetIKRotation ( AvatarIKGoal goal, |
||
SetIKRotationWeight ( AvatarIKGoal goal, float value ) : void | ||
SetInteger ( int id, int value ) : void | ||
SetInteger ( string name, int value ) : void | ||
SetLayerWeight ( int layerIndex, float weight ) : void | ||
SetLookAtPosition ( |
||
SetLookAtWeight ( float weight ) : void | ||
SetLookAtWeight ( float weight, float bodyWeight ) : void | ||
SetLookAtWeight ( float weight, float bodyWeight, float headWeight ) : void | ||
SetLookAtWeight ( float weight, float bodyWeight, float headWeight, float eyesWeight ) : void | ||
SetLookAtWeight ( float weight, float bodyWeight, float headWeight, float eyesWeight, float clampWeight ) : void | ||
SetQuaternion ( int id, |
||
SetQuaternion ( string name, |
||
SetTarget ( AvatarTarget targetIndex, float targetNormalizedTime ) : void | ||
SetVector ( int id, |
||
SetVector ( string name, |
||
StringToHash ( string name ) : int |
Method | Description | |
---|---|---|
GetBoolID ( int id ) : bool | ||
GetBoolString ( string name ) : bool | ||
GetFloatID ( int id ) : float | ||
GetFloatString ( string name ) : float | ||
GetIntegerID ( int id ) : int | ||
GetIntegerString ( string name ) : int | ||
GetQuaternionID ( int id ) : |
||
GetQuaternionString ( string name ) : |
||
GetVectorID ( int id ) : |
||
GetVectorString ( string name ) : |
||
INTERNAL_CALL_MatchTarget ( |
||
INTERNAL_CALL_SetIKPosition ( |
||
INTERNAL_CALL_SetIKRotation ( |
||
INTERNAL_CALL_SetLookAtPosition ( |
||
INTERNAL_CALL_SetQuaternionID ( |
||
INTERNAL_CALL_SetQuaternionString ( |
||
INTERNAL_CALL_SetVectorID ( |
||
INTERNAL_CALL_SetVectorString ( |
||
INTERNAL_get_bodyPosition ( |
||
INTERNAL_get_bodyRotation ( |
||
INTERNAL_get_rootPosition ( |
||
INTERNAL_get_rootRotation ( |
||
INTERNAL_set_bodyPosition ( |
||
INTERNAL_set_bodyRotation ( |
||
INTERNAL_set_rootPosition ( |
||
INTERNAL_set_rootRotation ( |
||
IsParameterControlledByCurveID ( int id ) : bool | ||
IsParameterControlledByCurveString ( string name ) : bool | ||
PlaybackRecordedFrame ( float time ) : void | ||
SetBoolID ( int id, bool value ) : void | ||
SetBoolString ( string name, bool value ) : void | ||
SetFloatID ( int id, float value ) : void | ||
SetFloatIDDamp ( int id, float value, float dampTime, float deltaTime ) : void | ||
SetFloatString ( string name, float value ) : void | ||
SetFloatStringDamp ( string name, float value, float dampTime, float deltaTime ) : void | ||
SetIntegerID ( int id, int value ) : void | ||
SetIntegerString ( string name, int value ) : void | ||
SetQuaternionID ( int id, |
||
SetQuaternionString ( string name, |
||
SetVectorID ( int id, |
||
SetVectorString ( string name, |
||
StartRecording ( ) : void | ||
StopRecording ( ) : void | ||
Update ( float deltaTime ) : void | ||
WriteDefaultPose ( ) : void |
public ForceStateNormalizedTime ( float normalizedTime ) : void | ||
normalizedTime | float | |
return | void |
public GetAnimatorTransitionInfo ( int layerIndex ) : |
||
layerIndex | int | |
return |
public GetBoneTransform ( HumanBodyBones humanBoneId ) : |
||
humanBoneId | HumanBodyBones | |
return |
public GetCurrentAnimationClipState ( int layerIndex ) : UnityEngine.AnimationInfo[] | ||
layerIndex | int | |
return | UnityEngine.AnimationInfo[] |
public GetCurrentAnimatorStateInfo ( int layerIndex ) : |
||
layerIndex | int | |
return |
public GetIKPosition ( AvatarIKGoal goal ) : |
||
goal | AvatarIKGoal | |
return |
public GetIKPositionWeight ( AvatarIKGoal goal ) : float | ||
goal | AvatarIKGoal | |
return | float |
public GetIKRotation ( AvatarIKGoal goal ) : |
||
goal | AvatarIKGoal | |
return |
public GetIKRotationWeight ( AvatarIKGoal goal ) : float | ||
goal | AvatarIKGoal | |
return | float |
public GetLayerName ( int layerIndex ) : string | ||
layerIndex | int | |
return | string |
public GetLayerWeight ( int layerIndex ) : float | ||
layerIndex | int | |
return | float |
public GetNextAnimationClipState ( int layerIndex ) : UnityEngine.AnimationInfo[] | ||
layerIndex | int | |
return | UnityEngine.AnimationInfo[] |
public GetNextAnimatorStateInfo ( int layerIndex ) : |
||
layerIndex | int | |
return |
public GetQuaternion ( string name ) : |
||
name | string | |
return |
public InterruptMatchTarget ( bool completeMatch ) : void | ||
completeMatch | bool | |
return | void |
public IsControlled ( |
||
transform | ||
return | bool |
public IsInTransition ( int layerIndex ) : bool | ||
layerIndex | int | |
return | bool |
public IsParameterControlledByCurve ( int id ) : bool | ||
id | int | |
return | bool |
public IsParameterControlledByCurve ( string name ) : bool | ||
name | string | |
return | bool |
public MatchTarget ( |
||
matchPosition | ||
matchRotation | ||
targetBodyPart | AvatarTarget | |
weightMask | ||
startNormalizedTime | float | |
return | void |
public MatchTarget ( |
||
matchPosition | ||
matchRotation | ||
targetBodyPart | AvatarTarget | |
weightMask | ||
startNormalizedTime | float | |
targetNormalizedTime | float | |
return | void |
public SetBool ( string name, bool value ) : void | ||
name | string | |
value | bool | |
return | void |
public SetFloat ( int id, float value ) : void | ||
id | int | |
value | float | |
return | void |
public SetFloat ( int id, float value, float dampTime, float deltaTime ) : void | ||
id | int | |
value | float | |
dampTime | float | |
deltaTime | float | |
return | void |
public SetFloat ( string name, float value ) : void | ||
name | string | |
value | float | |
return | void |
public SetFloat ( string name, float value, float dampTime, float deltaTime ) : void | ||
name | string | |
value | float | |
dampTime | float | |
deltaTime | float | |
return | void |
public SetIKPosition ( AvatarIKGoal goal, |
||
goal | AvatarIKGoal | |
goalPosition | ||
return | void |
public SetIKPositionWeight ( AvatarIKGoal goal, float value ) : void | ||
goal | AvatarIKGoal | |
value | float | |
return | void |
public SetIKRotation ( AvatarIKGoal goal, |
||
goal | AvatarIKGoal | |
goalRotation | ||
return | void |
public SetIKRotationWeight ( AvatarIKGoal goal, float value ) : void | ||
goal | AvatarIKGoal | |
value | float | |
return | void |
public SetInteger ( int id, int value ) : void | ||
id | int | |
value | int | |
return | void |
public SetInteger ( string name, int value ) : void | ||
name | string | |
value | int | |
return | void |
public SetLayerWeight ( int layerIndex, float weight ) : void | ||
layerIndex | int | |
weight | float | |
return | void |
public SetLookAtPosition ( |
||
lookAtPosition | ||
return | void |
public SetLookAtWeight ( float weight ) : void | ||
weight | float | |
return | void |
public SetLookAtWeight ( float weight, float bodyWeight ) : void | ||
weight | float | |
bodyWeight | float | |
return | void |
public SetLookAtWeight ( float weight, float bodyWeight, float headWeight ) : void | ||
weight | float | |
bodyWeight | float | |
headWeight | float | |
return | void |
public SetLookAtWeight ( float weight, float bodyWeight, float headWeight, float eyesWeight ) : void | ||
weight | float | |
bodyWeight | float | |
headWeight | float | |
eyesWeight | float | |
return | void |
public SetLookAtWeight ( float weight, float bodyWeight, float headWeight, float eyesWeight, float clampWeight ) : void | ||
weight | float | |
bodyWeight | float | |
headWeight | float | |
eyesWeight | float | |
clampWeight | float | |
return | void |
public SetQuaternion ( int id, |
||
id | int | |
value | ||
return | void |
public SetQuaternion ( string name, |
||
name | string | |
value | ||
return | void |
public SetTarget ( AvatarTarget targetIndex, float targetNormalizedTime ) : void | ||
targetIndex | AvatarTarget | |
targetNormalizedTime | float | |
return | void |
public SetVector ( int id, |
||
id | int | |
value | ||
return | void |
public SetVector ( string name, |
||
name | string | |
value | ||
return | void |
public static StringToHash ( string name ) : int | ||
name | string | |
return | int |