Field IsDefaultSerializer
True if this is the "default" serializer for this component type. I.e. The one generated from the component definition itself (see GhostFieldAttribute and GhostComponentAttribute).
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public byte IsDefaultSerializer
Returns
Type | Description |
---|---|
byte |
Remarks
Types like Translation
don't have a default serializer as the type itself doesn't define any GhostFields, but they do have serialized variants.