Click or drag to resize

AnimatorTriggerSetter Class

Sets the animator paramater of a game object to the boolean data value.

Input: Boolean

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterBoolean
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterAnimator, Boolean
                  Slash.Unity.DataBind.Foundation.SettersAnimatorTriggerSetter

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

The AnimatorTriggerSetter type exposes the following members.

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