Click or drag to resize

RoomPropertiespassword Property

Room entry password. If set, new players must provide a matching password to join the room. Empty by default.
You can set the password when creating a match room or change it later using SetRoom if you are the room's owner.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public string password { get; set; }

Property Value

Type: String
See Also