Click or drag to resize

GameObjectSingleSetterT Class

Base class for a setter for a game object.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterT
                Slash.Unity.DataBind.Foundation.SettersGameObjectSingleSetterT
                  Slash.Unity.DataBind.Foundation.SettersActiveSetter
                  Slash.Unity.DataBind.Foundation.SettersLocalPositionSetter
                  Slash.Unity.DataBind.Foundation.SettersPositionSetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class GameObjectSingleSetter<T> : SingleSetter<T>

Type Parameters

T
Type of data to set.

The GameObjectSingleSetterT type exposes the following members.

Constructors
  NameDescription
Protected methodGameObjectSingleSetterT
Initializes a new instance of the GameObjectSingleSetterT class
Top
Properties
  NameDescription
Public propertyTarget
Current taret to set value to.
Top
Methods
Fields
  NameDescription
Public fieldTargetBinding
Target object.
Top
See Also