C# 클래스 RaceManager, KestrelFPV

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

공개 프로퍼티들

프로퍼티 타입 설명
gates GameObject[]
lapText Text
numberOfLaps int
raceStarted bool
scoreCanvas GameObject
timeCanvas GameObject
timeText Text

공개 메소드들

메소드 설명
NextGate ( ) : void
NextLap ( ) : void
PreviousGatePosition ( ) : Transform
ResetMyScore ( ) : void
SetLapText ( string s ) : void
SetTextColor ( Color c ) : void
SetTimeText ( string s ) : void
Start ( ) : void
StartRace ( ) : void
StopRace ( ) : void
Update ( ) : void

메소드 상세

NextGate() 공개 메소드

public NextGate ( ) : void
리턴 void

NextLap() 공개 메소드

public NextLap ( ) : void
리턴 void

PreviousGatePosition() 공개 메소드

public PreviousGatePosition ( ) : Transform
리턴 Transform

ResetMyScore() 공개 메소드

public ResetMyScore ( ) : void
리턴 void

SetLapText() 공개 메소드

public SetLapText ( string s ) : void
s string
리턴 void

SetTextColor() 공개 메소드

public SetTextColor ( Color c ) : void
c Color
리턴 void

SetTimeText() 공개 메소드

public SetTimeText ( string s ) : void
s string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartRace() 공개 메소드

public StartRace ( ) : void
리턴 void

StopRace() 공개 메소드

public StopRace ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

gates 공개적으로 프로퍼티

public GameObject[] gates
리턴 GameObject[]

lapText 공개적으로 프로퍼티

public Text lapText
리턴 Text

numberOfLaps 공개적으로 프로퍼티

public int numberOfLaps
리턴 int

raceStarted 공개적으로 프로퍼티

public bool raceStarted
리턴 bool

scoreCanvas 공개적으로 프로퍼티

public GameObject scoreCanvas
리턴 GameObject

timeCanvas 공개적으로 프로퍼티

public GameObject timeCanvas
리턴 GameObject

timeText 공개적으로 프로퍼티

public Text timeText
리턴 Text