AnimatorControllerLayer

class in UnityEditor.Animations

매뉴얼로 전환

설명

The Animation Layer contains a state machine that controls animations of a model or part of it.

변수

avatarMaskThe AvatarMask that is used to mask the animation on the given layer.
blendingModeThe blending mode used by the layer. It is not taken into account for the first layer.
defaultWeightThe default blending weight that the layers has. It is not taken into account for the first layer.
iKPassWhen active, the layer will have an IK pass when evaluated. It will trigger an OnAnimatorIK callback.
nameThe name of the layer.
stateMachineThe state machine for the layer.
syncedLayerAffectsTimingWhen active, the layer will take control of the duration of the Synced Layer.
syncedLayerIndexSpecifies the index of the Synced Layer.

Public 함수

GetOverrideBehavioursGets the override behaviour list for the state on the given layer.
GetOverrideMotionGets the override motion for the state on the given layer.
SetOverrideBehavioursSets the override behaviour list for the state on the given layer.
SetOverrideMotionSets the override motion for the state on the given layer.