Transformer Class |
Namespace: TouchScript.Behaviors
public class Transformer : MonoBehaviour
The Transformer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Transformer | Initializes a new instance of the Transformer class |
Name | Description | |
---|---|---|
![]() | AllowChangingFromOutside |
Gets or sets a value indicating whether this transform can be changed from another script.
|
![]() | EnableSmoothing |
Gets or sets a value indicating whether Smoothing is enabled. Smoothing allows to reduce jagged movements but adds some visual lag.
|
![]() | PositionThreshold |
Gets or sets the position threshold.
|
![]() | RotationThreshold |
Gets or sets the rotation threshold.
|
![]() | ScaleThreshold |
Gets or sets the scale threshold.
|
![]() | SmoothingFactor |
Gets or sets the smoothing factor.
|