Method | Description | |
---|---|---|
JoinRelay ( string groupName ) : void | ||
Move ( int x, int y, string groupName ) : void | ||
Zoom ( int value, string groupName ) : void |
public Move ( int x, int y, string groupName ) : void | ||
x | int | |
y | int | |
groupName | string | |
return | void |
public Zoom ( int value, string groupName ) : void | ||
value | int | |
groupName | string | |
return | void |