Click or drag to resize

TransformerEnableSmoothing Property

Gets or sets a value indicating whether Smoothing is enabled. Smoothing allows to reduce jagged movements but adds some visual lag.

Namespace:  TouchScript.Behaviors
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool EnableSmoothing { get; set; }

Property Value

Type: Boolean
true if Smoothing is enabled; otherwise, false.
See Also