Click or drag to resize

ComponentTransformProvider Class

Returns the transform of a specific component.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentDataProviderComponent, Transform
                Slash.Unity.DataBind.Foundation.Providers.GettersComponentTransformProvider

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

The ComponentTransformProvider type exposes the following members.

Constructors
  NameDescription
Public methodComponentTransformProvider
Initializes a new instance of the ComponentTransformProvider class
Top
Methods
See Also