Click or drag to resize

TransformerAllowChangingFromOutside Property

Gets or sets a value indicating whether this transform can be changed from another script.

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

Property Value

Type: Boolean
true if this transform can be changed from another script; otherwise, false.
See Also