TransformerSmoothingFactor Property |
Gets or sets the smoothing factor.
Namespace:
TouchScript.Behaviors
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public float SmoothingFactor { get; set; }
Property Value
Type:
Single
The smoothing factor. Indicates how much smoothing to apply. 0 - no smoothing, 100000 - maximum.
See Also