Show / Hide Table of Contents

Class AnimatorControllerLayer

Inheritance
Object
AnimatorControllerLayer
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Animations
Assembly: UnityEditor.dll
Syntax
public class AnimatorControllerLayer

Properties

| Improve this Doc View Source

avatarMask

Declaration
public AvatarMask avatarMask { get; set; }
Property Value
Type Description
AvatarMask
| Improve this Doc View Source

blendingMode

Declaration
public AnimatorLayerBlendingMode blendingMode { get; set; }
Property Value
Type Description
AnimatorLayerBlendingMode
| Improve this Doc View Source

defaultWeight

Declaration
public float defaultWeight { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

iKPass

Declaration
public bool iKPass { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

name

Declaration
public string name { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

stateMachine

Declaration
public AnimatorStateMachine stateMachine { get; set; }
Property Value
Type Description
AnimatorStateMachine
| Improve this Doc View Source

syncedLayerAffectsTiming

Declaration
public bool syncedLayerAffectsTiming { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

syncedLayerIndex

Declaration
public int syncedLayerIndex { get; set; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

GetOverrideBehaviours(AnimatorState)

Declaration
public StateMachineBehaviour[] GetOverrideBehaviours(AnimatorState state)
Parameters
Type Name Description
AnimatorState state
Returns
Type Description
StateMachineBehaviour[]
| Improve this Doc View Source

GetOverrideMotion(AnimatorState)

Declaration
public Motion GetOverrideMotion(AnimatorState state)
Parameters
Type Name Description
AnimatorState state
Returns
Type Description
Motion
| Improve this Doc View Source

SetOverrideBehaviours(AnimatorState, StateMachineBehaviour[])

Declaration
public void SetOverrideBehaviours(AnimatorState state, StateMachineBehaviour[] behaviours)
Parameters
Type Name Description
AnimatorState state
StateMachineBehaviour[] behaviours
| Improve this Doc View Source

SetOverrideMotion(AnimatorState, Motion)

Declaration
public void SetOverrideMotion(AnimatorState state, Motion motion)
Parameters
Type Name Description
AnimatorState state
Motion motion

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX