Click or drag to resize

TransformRotationProvider Class

Provides the rotation 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, Quaternion
                Slash.Unity.DataBind.Foundation.Providers.GettersComponentPullDataProviderTransform, Quaternion
                  Slash.Unity.DataBind.Foundation.Providers.GettersTransformRotationProvider

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

The TransformRotationProvider type exposes the following members.

Constructors
  NameDescription
Public methodTransformRotationProvider
Initializes a new instance of the TransformRotationProvider class
Top
Methods
See Also