Click or drag to resize

EnumGetter Class

Provides the enum values of a specified enum type.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersEnumGetter

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

The EnumGetter type exposes the following members.

Constructors
  NameDescription
Public methodEnumGetter
Initializes a new instance of the EnumGetter class
Top
Properties
  NameDescription
Public propertyEnumType
Type of enum to get.
Public propertyValue
Current data value.
(Overrides DataProviderValue.)
Top
Methods
See Also