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 public bool EnableSmoothing { get; set; }
Property Value
Type:
Booleantrue if Smoothing is enabled; otherwise,
false.
See Also