C# Class ERL_CameraMounter, ERL_Networking

Inheritance: MonoBehaviour
Mostrar archivo Open project: EmergentRealityLab/ERL_Networking

Public Properties

Property Type Description
C_Mount GameObject
L_Mount GameObject
R_Mount GameObject

Public Methods

Method Description
OnDisconnectedFromServer ( NetworkDisconnection info ) : void
OnGUI ( ) : void
SetCameras ( ) : void

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

Method Details

OnDisconnectedFromServer() public method

public OnDisconnectedFromServer ( NetworkDisconnection info ) : void
info NetworkDisconnection
return void

OnGUI() public method

public OnGUI ( ) : void
return void

SetCameras() public method

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

Property Details

C_Mount public_oe property

public GameObject C_Mount
return GameObject

L_Mount public_oe property

public GameObject L_Mount
return GameObject

R_Mount public_oe property

public GameObject R_Mount
return GameObject