C# Class InputHandler, UnderworldExporter

Inheritance: MonoBehaviour
Show file Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
currentInputMode int
target GameObject

Public Methods

Method Description
OnSubmit ( ) : void
ParseInteger ( ) : int
ParseString ( ) : string

Method Details

OnSubmit() public method

public OnSubmit ( ) : void
return void

ParseInteger() public method

public ParseInteger ( ) : int
return int

ParseString() public method

public ParseString ( ) : string
return string

Property Details

currentInputMode public property

public int currentInputMode
return int

target public property

public GameObject target
return GameObject