Click or drag to resize

ColorObject Class

Provides a plain color object.

Output: Color.

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

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

The ColorObject type exposes the following members.

Constructors
  NameDescription
Public methodColorObject
Initializes a new instance of the ColorObject class
Top
Properties
Methods
Fields
  NameDescription
Public fieldColor
Color this provider holds.
Top
See Also