Component:MergedWorldDataItemInterface

From Resonite Wiki
Component image 
File:MergedWorldDataItemInterfaceComponent.png
Merged World Data 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>
IsMerged IField`1<Bool>
SessionCount IField`1<Int>
WorldCount IField`1<Int>
MainName IField`1<String>
MainThumbnail IField`1<Uri>
WorldOrSessionId IField`1<String>
TotalAggregateActiveUsers IField`1<Int>
TotalAggregateContacts IField`1<Int>
Sessions direct FeedSubTemplate`2<DataFeedEntity`1<SessionInfo>, SessionInfoItemInterface>
Worlds direct FeedSubTemplate`2<DataFeedEntity`1<World>, WorldItemInterface>

Behavior

Examples

See Also