Click or drag to resize

UserConnections Class

Class to handle user connection events
Inheritance Hierarchy
SystemObject
  ImmerseSDK.MultiplayerUserConnections

Namespace:  ImmerseSDK.Multiplayer
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class UserConnections

The UserConnections type exposes the following members.

Events
  NameDescription
Public eventOnUserSiblingConnected
Fired when a user is connected, or their sibling type has changed A connection event is fired for each type of connection that this user supports
Public eventOnUserSiblingDisconnected
Fired when a user has disconnected
Top
See Also