Version: 2019.3

Animator

class in UnityEngine

/

継承:Behaviour

マニュアルに切り替える

説明

Mecanim のアニメーションシステムをコントロールするためのインターフェースです。

変数

angularVelocity最後に使用したフレームアバターの角速度を取得します
applyRootMotionルートモーションを適用するべきかどうか
avatar現在のアバターを取得、設定します
bodyPositionボディの重心位置
bodyRotationボディ中心の回転
cullingModeAnimator コンポーネントのカリングを制御します
deltaPosition最後に使用したフレームでアバターの差分を取得します
deltaRotation最後に評価されたフレームのアバターの回転の差分を取得します
feetPivotActiveBlends pivot point between body center of mass and feet pivot.
fireEventsSets whether the Animator sends events of type AnimationEvent.
gravityWeight現在再生されているアニメーションにもとづく重力の重さ
hasBoundPlayablesReturns true if Animator has any playables assigned to it.
hasRootMotion現在のリグがルートモーションを持っている場合に true を返します。
hasTransformHierarchyオブジェクトが Transform の階層構造を持つ場合に true を返します
humanScaleヒューマノイドリグでの、現在のアバターのスケールを返します(リグがジェネリックの場合、デフォルトは 1 です)
isHuman現在のリグが、ヒューマノイド (humanoid) の場合は true、ジェネリック (generic) の場合は false を返します。
isInitializedアニメーターが正常に初期化されたかどうかを返します。
isMatchingTarget自動マッチングが有効かどうか
isOptimizableReturns true if the current rig is optimizable with AnimatorUtility.OptimizeTransformHierarchy.
keepAnimatorControllerStateOnDisableControls the behaviour of the Animator component when a GameObject is disabled.
layerCountReturns the number of layers in the controller.
layersAffectMassCenterレイヤーが重心に影響を与えます
leftFeetBottomHeight左足の底の高さを取得します
parameterCountReturns the number of parameters in the controller.
parametersThe AnimatorControllerParameter list used by the animator. (Read Only)
pivotPositionピボットの現在位置を取得します
pivotWeightピボットのウェイトを取得します
playableGraphThe PlayableGraph created by the Animator.
playbackTimeレコーディングバッファのフレームの再生位置を設定します
recorderModeAnimator の更新モードを指定します
recorderStartTime記録されたクリップの中の再生位置を StartRecording が呼び出された時間に対して相対的に示します
recorderStopTime録画されたクリップの終了位置を StartRecording が呼び出された時間に対して相対的に示します
rightFeetBottomHeight右足の底の位置の高さを取得します
rootPositionゲームオブジェクトの位置
rootRotationゲームオブジェクトの回転
runtimeAnimatorControllerAnimatorController のランタイム時の表現を Animator でコントロールします
speedアニメーターの再生速度、通常の再生速度は 1 です
stabilizeFeetトランジションおよびブレンディングにおける、脚部の自動安定化
targetPositionReturns the position of the target specified by SetTarget.
targetRotationReturns the rotation of the target specified by SetTarget.
updateModeSpecifies the update mode of the Animator.
velocity最後に使用したフレームでアバターの速度を取得します

Public 関数

ApplyBuiltinRootMotionデフォルトのルートモーションを適用します
CrossFadeCreates a crossfade from the current state to any other state using normalized times.
CrossFadeInFixedTimeCreates a crossfade from the current state to any other state using times in seconds.
GetAnimatorTransitionInfoReturns an AnimatorTransitionInfo with the informations on the current transition.
GetBehaviourReturns the first StateMachineBehaviour that matches type T or is derived from T. Returns null if none are found.
GetBehavioursReturns all StateMachineBehaviour that match type T or are derived from T. Returns null if none are found.
GetBoneTransformReturns Transform mapped to this human bone id.
GetBoolReturns the value of the given boolean parameter.
GetCurrentAnimatorClipInfoReturns an array of all the AnimatorClipInfo in the current state of the given layer.
GetCurrentAnimatorClipInfoCountReturns the number of AnimatorClipInfo in the current state.
GetCurrentAnimatorStateInfoReturns an AnimatorStateInfo with the information on the current state.
GetFloatReturns the value of the given float parameter.
GetIKHintPositionIK ヒントの位置を取得します
GetIKHintPositionWeightIK ヒントの移転したウェイト( 0 = IK 前の元のアニメーション位置、1 = ヒント位置)
GetIKPositionIK ゴールの位置を取得します。
GetIKPositionWeightIK ゴールの移転したウェイト( 0 = IK 前の元のアニメーション位置、1 = ゴール位置)
GetIKRotationIK ゴールの回転 (Rotation) を取得します
GetIKRotationWeightIK ゴールの回転 (Rotation) によるウェイトを取得します( 0 = IK 前の回転、1 = IK ゴールでの回転)
GetIntegerReturns the value of the given integer parameter.
GetLayerIndexReturns the index of the layer with the given name.
GetLayerNameReturns the layer name.
GetLayerWeightReturns the weight of the layer at the specified index.
GetNextAnimatorClipInfoReturns an array of all the AnimatorClipInfo in the next state of the given layer.
GetNextAnimatorClipInfoCountReturns the number of AnimatorClipInfo in the next state.
GetNextAnimatorStateInfoReturns an AnimatorStateInfo with the information on the next state.
GetParameterSee AnimatorController.parameters.
HasStateReturns true if the state exists in this layer, false otherwise.
InterruptMatchTarget自動ターゲットマッチングを中断します
IsInTransitionReturns true if there is a transition on the given layer, false otherwise.
IsParameterControlledByCurveReturns true if the parameter is controlled by a curve, false otherwise.
MatchTargetAutomatically adjust the GameObject position and rotation.
Playステートを再生します。
PlayInFixedTimeステートを再生します。
Rebindすべてのアニメーションプロパティーと Animator のあるメッシュデータをリバインドします
ResetTriggerResets the value of the given trigger parameter.
SetBoneLocalRotationIK パスの間にヒューマンボーンのローカル角度を設定します。
SetBoolSets the value of the given boolean parameter.
SetFloatSend float values to the Animator to affect transitions.
SetIKHintPositionIK ヒントの位置を設定します
SetIKHintPositionWeightIK ヒントの移転したウェイトをセットします( 0 = IK 前の元のアニメーション位置、1 = ヒント位置)
SetIKPositionIK ゴールの位置を設定します。
SetIKPositionWeightIK ゴールの移転したウェイトをセットします( 0 = IK 前の元のアニメーション位置、1 = ゴール位置)
SetIKRotationIK ゴールの回転(Rotation)を設定します
SetIKRotationWeightIK ゴールの移転したウェイトをセットします( 0 = IK 前の元のアニメーション位置、1 = ゴール位置)
SetIntegerSets the value of the given integer parameter.
SetLayerWeightSets the weight of the layer at the given index.
SetLookAtPositionLookAt の位置を設定します
SetLookAtWeightLookAt のウェイトを設定します
SetTarget現在のステートの AvatarTarget や targetNormalizedTime を設定します。
SetTriggerSets the value of the given trigger parameter.
StartPlaybackAnimator の再生モードを設定します
StartRecordingAnimator を録画モードにセットして、frameCount の大きさのリングバッファを割り当てます
StopPlaybackアニメーターのプレイバックモードを停止します。プレイバックが停止されるとき、アバターはゲームロジックからの制御を再開します。
StopRecordingアニメーターの録画モードを停止します。
UpdatedeltaTime に基づいて Animator を評価します
WriteDefaultValuesForces a write of the default values stored in the animator.

Static 関数

StringToHashGenerates an parameter id from a string.

継承メンバー

変数

enabled有効であれば更新され、無効であれば更新されません。
isActiveAndEnabledHas the Behaviour had active and enabled called?
gameObjectこのコンポーネントはゲームオブジェクトにアタッチされます。コンポーネントはいつもゲームオブジェクトにアタッチされています。
tagゲームオブジェクトのタグ
transformThe Transform attached to this GameObject.
hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameオブジェクト名

Public 関数

BroadcastMessageゲームオブジェクトまたは子オブジェクトにあるすべての MonoBehaviour を継承したクラスにある methodName 名のメソッドを呼び出します。
CompareTagこのゲームオブジェクトは tag とタグ付けされているかどうか
GetComponentゲームオブジェクトに type がアタッチされている場合は type のタイプを使用してコンポーネントを返します。ない場合は null です
GetComponentInChildren GameObject や深さ優先探索を活用して、親子関係にある子オブジェクトから type のタイプのコンポーネントを取得します。
GetComponentInParent GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを取得します。
GetComponents GameObject から type のタイプのコンポーネントを「すべて」取得します。
GetComponentsInChildren GameObject や深さ優先探索を活用して、親子関係にある子オブジェクトから type のタイプのコンポーネントを「すべて」取得します。
GetComponentsInParent GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを「すべて」取得します。
SendMessageゲームオブジェクトにアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します
SendMessageUpwardsゲームオブジェクトと親(の親、さらに親 ... )にアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します
GetInstanceIDオブジェクトのインスタンス ID を返します
ToStringReturns the name of the object.

Static 関数

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfTypeタイプ type から最初に見つけたアクティブのオブジェクトを返します
FindObjectsOfTypeタイプから見つけたすべてのアクティブのオブジェクト配列を返します
Instantiateoriginal のオブジェクトをクローンします

Operator

boolオブジェクトが存在するかどうか
operator !=二つのオブジェクトが異なるオブジェクトを参照しているか比較します
operator ==2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。