C# 클래스 ERL_CameraMounter, ERL_Networking

상속: MonoBehaviour
파일 보기 프로젝트 열기: EmergentRealityLab/ERL_Networking

공개 프로퍼티들

프로퍼티 타입 설명
C_Mount GameObject
L_Mount GameObject
R_Mount GameObject

공개 메소드들

메소드 설명
OnDisconnectedFromServer ( NetworkDisconnection info ) : void
OnGUI ( ) : void
SetCameras ( ) : void

Identify the camera mountpoints and attach itself as a child of the appropriate one.

메소드 상세

OnDisconnectedFromServer() 공개 메소드

public OnDisconnectedFromServer ( NetworkDisconnection info ) : void
info NetworkDisconnection
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

SetCameras() 공개 메소드

Identify the camera mountpoints and attach itself as a child of the appropriate one.
public SetCameras ( ) : void
리턴 void

프로퍼티 상세

C_Mount 공개적으로 프로퍼티

public GameObject C_Mount
리턴 GameObject

L_Mount 공개적으로 프로퍼티

public GameObject L_Mount
리턴 GameObject

R_Mount 공개적으로 프로퍼티

public GameObject R_Mount
리턴 GameObject