Type:SyncRef`1

From Resonite Wiki
Revision as of 23:16, 16 August 2024 by Yosh (talk | contribs) (overhaul)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Derived From

Interfaces Implemented