C# 클래스 PodLabel, RodPacers

상속: MonoBehaviour
파일 보기 프로젝트 열기: GameDesignGroup6/RodPacers

공개 프로퍼티들

프로퍼티 타입 설명
fontScaling float
initialFontSize int
maxDist float
minDist float
playerNum int
pod Transform
podCams Camera[]
podLabels GUIText[]
viewportZThreshold float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
displayText ( int i ) : void
scaleFont ( Camera podCam ) : void

비공개 메소드들

메소드 설명
nearby ( Camera podCam ) : bool

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

displayText() 공개 메소드

public displayText ( int i ) : void
i int
리턴 void

scaleFont() 공개 메소드

public scaleFont ( Camera podCam ) : void
podCam Camera
리턴 void

프로퍼티 상세

fontScaling 공개적으로 프로퍼티

public float fontScaling
리턴 float

initialFontSize 공개적으로 프로퍼티

public int initialFontSize
리턴 int

maxDist 공개적으로 프로퍼티

public float maxDist
리턴 float

minDist 공개적으로 프로퍼티

public float minDist
리턴 float

playerNum 공개적으로 프로퍼티

public int playerNum
리턴 int

pod 공개적으로 프로퍼티

public Transform pod
리턴 Transform

podCams 공개적으로 프로퍼티

public Camera[] podCams
리턴 Camera[]

podLabels 공개적으로 프로퍼티

public GUIText[] podLabels
리턴 GUIText[]

viewportZThreshold 공개적으로 프로퍼티

public float viewportZThreshold
리턴 float