Click or drag to resize

NumberObject Class

Provides a plain number object.

Output: Number.

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

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

The NumberObject type exposes the following members.

Constructors
  NameDescription
Public methodNumberObject
Initializes a new instance of the NumberObject class
Top
Properties
Methods
Fields
  NameDescription
Public fieldNumber
Number this provider holds.
Top
See Also