Click or drag to resize

AnimatorBooleanSetter 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.SettersAnimatorParameterSetterBoolean
                    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 class AnimatorBooleanSetter : AnimatorParameterSetter<bool>

The AnimatorBooleanSetter type exposes the following members.

Constructors
  NameDescription
Public methodAnimatorBooleanSetter
Initializes a new instance of the AnimatorBooleanSetter class
Top
Methods
See Also