Click or drag to resize

TransformLocalRotationProvider Class

Provides the local 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.GettersTransformLocalRotationProvider

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

The TransformLocalRotationProvider type exposes the following members.

Constructors
  NameDescription
Public methodTransformLocalRotationProvider
Initializes a new instance of the TransformLocalRotationProvider class
Top
Methods
See Also