Click or drag to resize

AnimatorParameterSetterT Class

Base class for a setter that updates a parameter of an Animator.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterT
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterAnimator, T
                  Slash.Unity.DataBind.Foundation.SettersAnimatorParameterSetterT
                    Slash.Unity.DataBind.Foundation.SettersAnimatorBooleanSetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class AnimatorParameterSetter<T> : ComponentSingleSetter<Animator, T>

Type Parameters

T
Type of parameter this setter handles.

The AnimatorParameterSetterT type exposes the following members.

Constructors
  NameDescription
Protected methodAnimatorParameterSetterT
Initializes a new instance of the AnimatorParameterSetterT class
Top
Methods
Fields
  NameDescription
Public fieldAnimatorParameterName
Name of the animator parameter.
Top
See Also