| 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
Syntaxbool ShouldCreateStandardInput { get; set; }Property Value
Type: 
Booleantrue if StandardInput should be created; otherwise, 
false. 
 Remarks
RemarksThis is usually a desired behavior but sometimes you would want to turn this off.
 See Also
See Also