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 public bool AllowChangingFromOutside { get; set; }
Property Value
Type:
Booleantrue if this transform can be changed from another script; otherwise,
false.
See Also