Click or drag to resize

TouchManagerShouldCreateStandardInput Property

Gets or sets a value indicating whether a StandardInput should be created in scene if no inputs present.

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

Property Value

Type: Boolean
true if StandardInput should be created; otherwise, false.
Remarks
This is usually a desired behavior but sometimes you would want to turn this off.
See Also