Property IsChunkSerializable
IsChunkSerializable
True if the component type is appropriate for chunk serialization. Such types are blittable without containing pointer types or have been decorated with ChunkSerializableAttribute.
Declaration
public bool IsChunkSerializable { get; }
Property Value
Type | Description |
---|---|
bool |