C# 클래스 ScoreUI, MultiplayerFPS_Unity_Mirror

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

공개 프로퍼티들

프로퍼티 타입 설명
AScore Text,
BScore Text,

공개 메소드들

메소드 설명
UpdateScoreForA ( int value ) : void
UpdateScoreForB ( int value ) : void

메소드 상세

UpdateScoreForA() 공개 메소드

public UpdateScoreForA ( int value ) : void
value int
리턴 void

UpdateScoreForB() 공개 메소드

public UpdateScoreForB ( int value ) : void
value int
리턴 void

프로퍼티 상세

AScore 공개적으로 프로퍼티

public Text, AScore
리턴 Text,

BScore 공개적으로 프로퍼티

public Text, BScore
리턴 Text,