The AnimatorControllerLayer class is used to create animation controller layers.
AnimatorControllerLayer
AnimatorControllerLayer 类用于创建动画控制器层。
动画层名称
Constructor method.
构造方法
The blending mode of the layer.
层的混合模式。
The default weight of the layer.
层的默认权重。
Whether the layer is enabled.
层是否启用。
The name of the layer.
层的名称。
Whether to automatically play when activated.
激活时是否自动播放。
静态
Blending mode: Additive.
混合模式:叠加。
Blending mode: Override.
混合模式:覆盖。
The avatar mask of the layer.
层的骨骼遮罩。
Default animation state machine.
默认动画状态机。
The AnimatorStates in this layer.
此层中动画状态
The AnimatorState to add.
Adds an animation state to the layer.
向层中添加动画状态。
A new AnimatorControllerLayer instance with properties copied from this one.
Creates and returns a clone of this AnimatorControllerLayer.
创建并返回此AnimatorControllerLayer的克隆副本。
The target object to clone to.
Clones the properties of this AnimatorControllerLayer to another object.
将此AnimatorControllerLayer的属性克隆到另一个对象。
Destroys the AnimatorControllerLayer and clears all references.
销毁AnimatorControllerLayer并清除所有引用。
The name of the animator state to find.
The AnimatorState if found, or null if not found.
Gets an animator state by its name.
通过名称获取动画状态。
The current AnimatorPlayState.
Gets the current play state of the animation.
获取当前的动画播放状态。
The AnimatorState to remove.
Removes an animation state from the layer.
从层中移除动画状态。
En
The
AnimatorControllerLayer
class is used to create animation controller layers.Zh
AnimatorControllerLayer
类用于创建动画控制器层。