Click or drag to resize

RoomMemberProperties Class

Data class used to set properties for a room member.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.RuntimeRoomMemberProperties

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class RoomMemberProperties

The RoomMemberProperties type exposes the following members.

Constructors
  NameDescription
Public methodRoomMemberProperties
Initializes a new instance of the RoomMemberProperties class
Top
Properties
  NameDescription
Public propertyname
Room member name.
Public propertyproperties
Custom room member properties. Can be used to store any data related to the room member.
Top
Methods
Remarks
Can be used either when joining a match room or to change member properties in the course of a match.
See Also