Click or drag to resize

TransformPositionProvider Class

Provides the position of the target transform.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentDataProviderTransform, Vector3
                Slash.Unity.DataBind.Foundation.Providers.GettersComponentPullDataProviderTransform, Vector3
                  Slash.Unity.DataBind.Foundation.Providers.GettersTransformPositionProvider

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class TransformPositionProvider : ComponentPullDataProvider<Transform, Vector3>

The TransformPositionProvider type exposes the following members.

Constructors
  NameDescription
Public methodTransformPositionProvider
Initializes a new instance of the TransformPositionProvider class
Top
Methods
See Also