Click or drag to resize

BooleanObject Class

Provides a plain boolean object.

Output: Boolean.

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.ObjectsBooleanObject

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Objects
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class BooleanObject : DataProvider

The BooleanObject type exposes the following members.

Constructors
  NameDescription
Public methodBooleanObject
Initializes a new instance of the BooleanObject class
Top
Properties
Methods
Fields
  NameDescription
Public fieldBoolean
Boolean this provider holds.
Top
See Also