C# Class InputHandler, UnderworldExporter

Inheritance: MonoBehaviour
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
currentInputMode int
target GameObject

Méthodes publiques

Méthode Description
OnSubmit ( ) : void
ParseInteger ( ) : int
ParseString ( ) : string

Method Details

OnSubmit() public méthode

public OnSubmit ( ) : void
Résultat void

ParseInteger() public méthode

public ParseInteger ( ) : int
Résultat int

ParseString() public méthode

public ParseString ( ) : string
Résultat string

Property Details

currentInputMode public_oe property

public int currentInputMode
Résultat int

target public_oe property

public GameObject target
Résultat GameObject