C# Client 0.0.0.7
C# Library to interface with Corelink
Loading...
Searching...
No Matches
CorelinkGM Class Reference

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
 

Detailed Description

Definition at line 6 of file CorelinkGM.cs.

Member Function Documentation

◆ startOffline()

void CorelinkGM.startOffline ( string username,
string password,
string serverName )

Definition at line 47 of file CorelinkGM.cs.

Member Data Documentation

◆ control

Control CorelinkGM.control
static

Definition at line 16 of file CorelinkGM.cs.

◆ password

string CorelinkGM.password = "Testpassword"

Definition at line 9 of file CorelinkGM.cs.

◆ receiverObjects

List<GameObject> CorelinkGM.receiverObjects

Definition at line 11 of file CorelinkGM.cs.

◆ senderObjects

List<GameObject> CorelinkGM.senderObjects

Definition at line 10 of file CorelinkGM.cs.

◆ serverName

string CorelinkGM.serverName = "corelink.hpc.nyu.edu"

Definition at line 9 of file CorelinkGM.cs.

◆ username

string CorelinkGM.username = "Cindy"

Definition at line 9 of file CorelinkGM.cs.


The documentation for this class was generated from the following file: