Struct BlobString
An immutable, variable-length string stored in a blob asset.
Namespace: Unity.Entities
Syntax
public struct BlobString
Properties
Name | Description |
---|---|
Length | The length of the string in UTF-8 bytes. |
Methods
Name | Description |
---|---|
ToString() | Converts this BlobString to a standard C# String. |