C# 클래스 IsoGUI, isoAbbeyTFG

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: nvidiosin/isoAbbeyTFG 1 사용 예제들

공개 메소드들

메소드 설명
IsoGUI ( ) : UnityEngine
captureEvent ( ControllerEventArgs, args ) : bool
draw ( ) : void
fillControllerEvent ( ControllerEventArgs, args ) : void

메소드 상세

IsoGUI() 공개 메소드

public IsoGUI ( ) : UnityEngine
리턴 UnityEngine

captureEvent() 공개 메소드

public captureEvent ( ControllerEventArgs, args ) : bool
args ControllerEventArgs,
리턴 bool

draw() 공개 추상적인 메소드

public abstract draw ( ) : void
리턴 void

fillControllerEvent() 공개 추상적인 메소드

public abstract fillControllerEvent ( ControllerEventArgs, args ) : void
args ControllerEventArgs,
리턴 void