C# 클래스 LookUp, Summer_SlowJam_3

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

공개 메소드들

메소드 설명
PlayerCabinetPosition ( int playerNumber ) : int

Gets the players postion in the cabnet starting at 0 on the left.

PlayerColor ( int playerNumber ) : Color

Gets the Color assigned to that player

PlayerColorName ( int playerNumber ) : string

Gets the string of the Color assigned to that player.

PlayerLogicPosition ( int playerNumber ) : int

Gets the Player number from Cabnet position

메소드 상세

PlayerCabinetPosition() 공개 정적인 메소드

Gets the players postion in the cabnet starting at 0 on the left.
public static PlayerCabinetPosition ( int playerNumber ) : int
playerNumber int
리턴 int

PlayerColor() 공개 정적인 메소드

Gets the Color assigned to that player
public static PlayerColor ( int playerNumber ) : Color
playerNumber int
리턴 Color

PlayerColorName() 공개 정적인 메소드

Gets the string of the Color assigned to that player.
public static PlayerColorName ( int playerNumber ) : string
playerNumber int
리턴 string

PlayerLogicPosition() 공개 정적인 메소드

Gets the Player number from Cabnet position
public static PlayerLogicPosition ( int playerNumber ) : int
playerNumber int
리턴 int