Click or drag to resize

RoomSearchEventArgsroomInfoCollection Property

A collection of found rooms.

Namespace:  SoftGear.Strix.Unity.Runtime.Event
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public ICollection<RoomInfo> roomInfoCollection { get; }

Property Value

Type: ICollectionRoomInfo
See Also