Method | Description | |
---|---|---|
Dispose ( ) : void | ||
OnAnchorUploadComplete ( bool successful, |
||
OnAnchorsChanged ( |
||
OnAnchorsDownloaded ( bool successful, |
||
OnRoomAdded ( |
||
OnRoomClosed ( |
||
OnUserJoinedRoom ( |
||
OnUserLeftRoom ( |
||
RoomManagerListener ( ) |
Method | Description | |
---|---|---|
RoomManagerListener ( global cPtr, bool cMemoryOwn ) | ||
SwigDerivedClassHasMethod ( string methodName, global methodTypes ) : bool | ||
SwigDirectorConnect ( ) : void | ||
SwigDirectorOnAnchorUploadComplete ( bool successful, global failureReason ) : void | ||
SwigDirectorOnAnchorsChanged ( global room ) : void | ||
SwigDirectorOnAnchorsDownloaded ( bool successful, global request, global failureReason ) : void | ||
SwigDirectorOnRoomAdded ( global newRoom ) : void | ||
SwigDirectorOnRoomClosed ( global room ) : void | ||
SwigDirectorOnUserJoinedRoom ( global room, int user ) : void | ||
SwigDirectorOnUserLeftRoom ( global room, int user ) : void | ||
getCPtr ( |
public OnAnchorUploadComplete ( bool successful, |
||
successful | bool | |
failureReason | ||
return | void |
public OnAnchorsDownloaded ( bool successful, |
||
successful | bool | |
request | ||
failureReason | ||
return | void |
public OnUserJoinedRoom ( |
||
room | ||
user | int | |
return | void |
public OnUserLeftRoom ( |
||
room | ||
user | int | |
return | void |