Click or drag to resize

Transformer Class

Component which transforms an object according to events from transform gestures: TransformGesture, ScreenTransformGesture, PinnedTransformGesture and others.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          TouchScript.BehaviorsTransformer

Namespace:  TouchScript.Behaviors
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class Transformer : MonoBehaviour

The Transformer type exposes the following members.

Constructors
  NameDescription
Public methodTransformer
Initializes a new instance of the Transformer class
Top
Properties
  NameDescription
Public propertyAllowChangingFromOutside
Gets or sets a value indicating whether this transform can be changed from another script.
Public propertyEnableSmoothing
Gets or sets a value indicating whether Smoothing is enabled. Smoothing allows to reduce jagged movements but adds some visual lag.
Public propertyPositionThreshold
Gets or sets the position threshold.
Public propertyRotationThreshold
Gets or sets the rotation threshold.
Public propertyScaleThreshold
Gets or sets the scale threshold.
Public propertySmoothingFactor
Gets or sets the smoothing factor.
Top
See Also