Delegate GhostPrefabCustomSerializer.CollectComponentDelegate
Delegate to specify a custom order for the serialised components.
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public delegate void GhostPrefabCustomSerializer.CollectComponentDelegate(IntPtr componentTypes, IntPtr componentCount)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | componentTypes | Serialized component types |
| IntPtr | componentCount | Number of components |