Component:SessionInfoItemInterface

From Resonite Wiki
Revision as of 23:34, 24 June 2024 by PJB (talk | contribs) (Automated: create new component page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
File:SessionInfoItemInterfaceComponent.png
Session Info Item Interface 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.
HasData Bool
ItemName IField`1<String>
ItemKey IField`1<String>
ItemDescription IField`1<String>
HasDescription IField`1<Bool>
DescriptionCleanup Slot
ItemIcon IField`1<Uri>
HasIcon IField`1<Bool>
IconCleanup Slot
View SyncRef`1<IDataFeedView>
ParentContainer FeedItemInterface
ChildContainer Slot
NestedItems list of NestedItem
EnabledState IField`1<Bool>
SessionName IField`1<String>
Description IField`1<String>
ThumbnailUrl IField`1<Uri>
SessionId IField`1<String>
SessionURLs SyncFieldList`1<Uri>
HostUserId IField`1<String>
HostUserSessionId IField`1<String>
HostMachineId IField`1<String>
HostUsername IField`1<String>
CompatibilityHash IField`1<String>
UniverseId IField`1<String>
AppVersion IField`1<String>
IsHeadlessHost IField`1<Bool>
IsOnLAN IField`1<Bool>
JoinedUsers IField`1<Int>
ActiveUsers IField`1<Int>
TotalJoinedUsers IField`1<Int>
TotalActiveUsers IField`1<Int>
MaximumUsers IField`1<Int>
SessionBeginTime IField`1<DateTime>
LastUpdate IField`1<DateTime>
AccessLevel IField`1<SessionAccessLevel>
HideFromListing IField`1<Bool>

Behavior

Examples

See Also