Click or drag to resize

BehaviourEnabledSetter Class

Sets a behaviour enabled/disabled depending on 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.SettersComponentSingleSetterBehaviour, Boolean
                  Slash.Unity.DataBind.Foundation.SettersBehaviourEnabledSetter

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

The BehaviourEnabledSetter type exposes the following members.

Constructors
  NameDescription
Public methodBehaviourEnabledSetter
Initializes a new instance of the BehaviourEnabledSetter class
Top
Methods
See Also