Click or drag to resize

SelectableInteractableSetter Class

Sets if a selectable is interactable depending on a 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.SettersComponentSingleSetterSelectable, Boolean
                  Slash.Unity.DataBind.UI.Unity.SettersSelectableInteractableSetter

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

The SelectableInteractableSetter type exposes the following members.

Constructors
  NameDescription
Public methodSelectableInteractableSetter
Initializes a new instance of the SelectableInteractableSetter class
Top
Methods
See Also