C# Client 0.0.0.7
C# Library to interface with Corelink
|
Inherits MonoBehaviour.
Public Member Functions | |
void | startOffline (string username, string password, string serverName) |
Public Attributes | |
string | username = "Cindy" |
string | password = "Testpassword" |
string | serverName = "corelink.hpc.nyu.edu" |
List< GameObject > | senderObjects |
List< GameObject > | receiverObjects |
Static Public Attributes | |
static Control | control |
Definition at line 6 of file CorelinkGM.cs.
void CorelinkGM.startOffline | ( | string | username, |
string | password, | ||
string | serverName ) |
Definition at line 47 of file CorelinkGM.cs.
|
static |
Definition at line 16 of file CorelinkGM.cs.
string CorelinkGM.password = "Testpassword" |
Definition at line 9 of file CorelinkGM.cs.
List<GameObject> CorelinkGM.receiverObjects |
Definition at line 11 of file CorelinkGM.cs.
List<GameObject> CorelinkGM.senderObjects |
Definition at line 10 of file CorelinkGM.cs.
string CorelinkGM.serverName = "corelink.hpc.nyu.edu" |
Definition at line 9 of file CorelinkGM.cs.
string CorelinkGM.username = "Cindy" |
Definition at line 9 of file CorelinkGM.cs.