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 public bool ShouldCreateStandardInput { get; set; }
Property Value
Type:
Booleantrue 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