Type:SyncRef`1: Difference between revisions

From Resonite Wiki
add info
fix link
Line 1: Line 1:
Sync Ref is a container for a reference that needs to be syncronized via the [[Data Model]]. Sync Refs can hold any type of [[Type:IWorldElement|IWorldElement]]. If a reference is put inside of SyncRef that can't be synchronized, it may kick everyone but the host from a session.  
Sync Ref is a container for a reference that needs to be syncronized via the [[Core_Concepts|Data Model]]. Sync Refs can hold any type of [[Type:IWorldElement|IWorldElement]]. If a reference is put inside of SyncRef that can't be synchronized, it may kick everyone but the host from a session.  


SyncRef<nowiki><T></nowiki>  
SyncRef<nowiki><T></nowiki>  
[[Category:Type]]
[[Category:Type]]

Revision as of 19:35, 12 May 2024

Sync Ref is a container for a reference that needs to be syncronized via the Data Model. Sync Refs can hold any type of IWorldElement. If a reference is put inside of SyncRef that can't be synchronized, it may kick everyone but the host from a session.

SyncRef<T>