C# 클래스 PlayerServer, UnityDemo

파일 보기 프로젝트 열기: rouchen/UnityDemo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
building GameObject
mobBlue GameObject
mobRed GameObject
singleton PlayerServer,

비공개 메소드들

메소드 설명
Awake ( ) : void
CmdMakeCube ( ) : void
CmdMakeMob ( ) : void
Start ( ) : void
Update ( ) : void

프로퍼티 상세

building 공개적으로 프로퍼티

public GameObject building
리턴 GameObject

mobBlue 공개적으로 프로퍼티

public GameObject mobBlue
리턴 GameObject

mobRed 공개적으로 프로퍼티

public GameObject mobRed
리턴 GameObject

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

public static PlayerServer, singleton
리턴 PlayerServer,