C# Class ERL_CameraMounter, ERL_Networking

Inheritance: MonoBehaviour
Afficher le fichier Open project: EmergentRealityLab/ERL_Networking

Méthodes publiques

Свойство Type Description
C_Mount GameObject
L_Mount GameObject
R_Mount GameObject

Méthodes publiques

Méthode 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 méthode

public OnDisconnectedFromServer ( NetworkDisconnection info ) : void
info NetworkDisconnection
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

SetCameras() public méthode

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

Property Details

C_Mount public_oe property

public GameObject C_Mount
Résultat GameObject

L_Mount public_oe property

public GameObject L_Mount
Résultat GameObject

R_Mount public_oe property

public GameObject R_Mount
Résultat GameObject