C# 클래스 InputHandler, UnderworldExporter

상속: MonoBehaviour
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentInputMode int
target GameObject

공개 메소드들

메소드 설명
OnSubmit ( ) : void
ParseInteger ( ) : int
ParseString ( ) : string

메소드 상세

OnSubmit() 공개 메소드

public OnSubmit ( ) : void
리턴 void

ParseInteger() 공개 메소드

public ParseInteger ( ) : int
리턴 int

ParseString() 공개 메소드

public ParseString ( ) : string
리턴 string

프로퍼티 상세

currentInputMode 공개적으로 프로퍼티

public int currentInputMode
리턴 int

target 공개적으로 프로퍼티

public GameObject target
리턴 GameObject