Click or drag to resize

ITouchManagerShouldCreateStandardInput 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#
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