Click or drag to resize

TransformRotationSetter Class

Sets the rotation of a transform depending on a data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterQuaternion
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterTransform, Quaternion
                  Slash.Unity.DataBind.Foundation.SettersTransformRotationSetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class TransformRotationSetter : ComponentSingleSetter<Transform, Quaternion>

The TransformRotationSetter type exposes the following members.

Constructors
  NameDescription
Public methodTransformRotationSetter
Initializes a new instance of the TransformRotationSetter class
Top
Methods
See Also