C# 클래스 KeyPresses, GMU-Rhythm-Mechanic

상속: MonoBehaviour
파일 보기 프로젝트 열기: GameMakersUnion/GMU-Rhythm-Mechanic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LeftBlue Transform
LeftRed Transform
LeftYellow Transform
RightBlue Transform
RightRed Transform
RightYellow Transform

공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

LeftBlue 공개적으로 프로퍼티

public Transform LeftBlue
리턴 Transform

LeftRed 공개적으로 프로퍼티

public Transform LeftRed
리턴 Transform

LeftYellow 공개적으로 프로퍼티

public Transform LeftYellow
리턴 Transform

RightBlue 공개적으로 프로퍼티

public Transform RightBlue
리턴 Transform

RightRed 공개적으로 프로퍼티

public Transform RightRed
리턴 Transform

RightYellow 공개적으로 프로퍼티

public Transform RightYellow
리턴 Transform