m change to template |
or syncref<t> |
||
Line 1: | Line 1: | ||
The '''SyncType''' type is the [[Reference type]] wrapper around the [[Type:Type|Type]] type. It is the equivalent of [[Type:Sync`1|Sync | The '''SyncType''' type is the [[Reference type]] wrapper around the [[Type:Type|Type]] type. It is the equivalent of [[Type:Sync`1|Sync<T>]] or [[Type:SyncRef`1|SyncRef<T>]] for the Type type. | ||
== Derivation Hierarchy == | == Derivation Hierarchy == | ||
{{SyncFieldHierarchy}} | {{SyncFieldHierarchy}} |
Revision as of 20:01, 7 December 2024
The SyncType type is the Reference type wrapper around the Type type. It is the equivalent of Sync<T> or SyncRef<T> for the Type type.
Derivation Hierarchy
- SyncElement
- ConflictingSyncElement
- SyncField<T>
- Sync<T>, for value types
- SyncRef<T>, for reference types. Derives from SyncField<RefID>
- SyncType, for the Type type. Derives from SyncField<Type>
- SyncDelegate<T>, for Sync Delegates. Derives from SyncField<WorldDelegate>
- SyncField<T>
- ConflictingSyncElement