C# 클래스 PlayerClient, UnityDemo

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

공개 프로퍼티들

프로퍼티 타입 설명
singleton PlayerClient,

공개 메소드들

메소드 설명
GetPid ( ) : int
GetTeam ( ) : int
OnStartLocalPlayer ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
MakeMob ( ) : void
RpcDoSomething ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

GetPid() 공개 메소드

public GetPid ( ) : int
리턴 int

GetTeam() 공개 메소드

public GetTeam ( ) : int
리턴 int

OnStartLocalPlayer() 공개 메소드

public OnStartLocalPlayer ( ) : void
리턴 void

프로퍼티 상세

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

public static PlayerClient, singleton
리턴 PlayerClient,