C# 클래스 AButton, pyramidwarf

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

공개 프로퍼티들

프로퍼티 타입 설명
ControllerId int
FadeQuad GameObject
InstructionsQuad GameObject
KeyPressed Material
KeyReleased Material
OtherButton AButton,
XboxPressed Material
XboxReleased Material

공개 메소드들

메소드 설명
Update ( ) : void

비공개 메소드들

메소드 설명
FadeThenWait ( ) : IEnumerator
WaitThenLoad ( ) : IEnumerator

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ControllerId 공개적으로 프로퍼티

public int ControllerId
리턴 int

FadeQuad 공개적으로 프로퍼티

public GameObject FadeQuad
리턴 GameObject

InstructionsQuad 공개적으로 프로퍼티

public GameObject InstructionsQuad
리턴 GameObject

KeyPressed 공개적으로 프로퍼티

public Material KeyPressed
리턴 Material

KeyReleased 공개적으로 프로퍼티

public Material KeyReleased
리턴 Material

OtherButton 공개적으로 프로퍼티

public AButton, OtherButton
리턴 AButton,

XboxPressed 공개적으로 프로퍼티

public Material XboxPressed
리턴 Material

XboxReleased 공개적으로 프로퍼티

public Material XboxReleased
리턴 Material