Click or drag to resize

PositionSetter Class

Note: This API is now obsolete.

Sets the position of a game object depending on a Vector3 data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterVector3
                Slash.Unity.DataBind.Foundation.SettersGameObjectSingleSetterVector3
                  Slash.Unity.DataBind.Foundation.SettersPositionSetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[ObsoleteAttribute("Use TransformPositionSetter if possible")]
public class PositionSetter : GameObjectSingleSetter<Vector3>

The PositionSetter type exposes the following members.

Constructors
  NameDescription
Public methodPositionSetter
Initializes a new instance of the PositionSetter class
Top
Methods
See Also