C# 클래스 SplitScreenCamera, racing_game

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

공개 프로퍼티들

프로퍼티 타입 설명
numCols int
numRows int
totalPlayers int

공개 메소드들

메소드 설명
SetPlayerNumber ( int num ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

SetPlayerNumber() 공개 메소드

public SetPlayerNumber ( int num ) : void
num int
리턴 void

프로퍼티 상세

numCols 공개적으로 정적으로 프로퍼티

public static int numCols
리턴 int

numRows 공개적으로 정적으로 프로퍼티

public static int numRows
리턴 int

totalPlayers 공개적으로 정적으로 프로퍼티

public static int totalPlayers
리턴 int