Type:SyncRef`1: Difference between revisions

From Resonite Wiki
cleanup
oops ifield and ivalue are not unique
Line 12: Line 12:
* [[Type:ISyncRef|ISyncRef]]
* [[Type:ISyncRef|ISyncRef]]
* [[Type:IWorldElementReceiver|IWorldElementReceiver]]
* [[Type:IWorldElementReceiver|IWorldElementReceiver]]
* [[Type:IField|IField]]<RefID>
* [[Type:IValue|IValue]]<RefID>


[[Category:Type]]
[[Category:Type]]

Revision as of 21:28, 9 December 2024

The SyncRef<T> type is a type used to contain a reference to a Reference Type T.

The specific, non-generic SyncRef type is an alias for SyncRef<IWorldElement>. It is compatible with its generic counterpart and objects of either SyncRef or SyncRef<IWorldElement> can be casted between the two types perfectly fine.

Derivation Hierarchy

Unique Interfaces Implemented