Click or drag to resize

GameObjectTransformProvider Class

Provides the transform of the target game object.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersGameObjectTransformProvider

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

The GameObjectTransformProvider type exposes the following members.

Constructors
  NameDescription
Public methodGameObjectTransformProvider
Initializes a new instance of the GameObjectTransformProvider class
Top
Properties
Methods
Fields
  NameDescription
Public fieldTarget
Game object to get transform from.
Top
See Also