Component:LegacyWorldListManager

From Resonite Wiki
(Redirected from Component:WorldListManager)
Component image 
World List Manager component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
UpdatingUser direct UserRef
WorldItemTemplate WorldItem
WorldItemType direct SyncType
ShowOpenedWorlds Bool
ShowSessions Bool
ShowPublishedWorlds Bool
ShowLocallySavedWorlds Bool
MergeSessionsByWorldId Bool
IdleSortDelay Float
InteractingSortDelay Float
SearchTerm String
SubmittedTo String
OnlyFeatured Bool
OwnWorlds Bool
ByOwner String
OwnerType OwnerType
MinDate Nullable`1<DateTime>
MaxDate Nullable`1<DateTime>
MaxItems Int
SkipItems Int
EmptySessions EmptySessionFilter
OnlyHeadlessHosts Bool
MinimumTotalUsers Int
MinimumTotalContacts Int
MinSessionAccessLevel SessionAccessLevel
MaxSessionAccessLevel SessionAccessLevel
MinUptime Double
MaxUptime Double
ParentSessionId String
Visited Nullable`1<Bool>
SortProperties list of SortProperty
IsSearching Bool
HasMoreResults Bool
TotalResults Int
FilteredResults Int

Behavior

Examples

See Also