Struct BlobString
An immutable, variable-length string stored in a blob asset.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct BlobString
Properties
| Name | Description |
|---|---|
| Length | The length of the string in UTF-8 bytes. |
Methods
| Name | Description |
|---|---|
| CopyTo<T>(ref T) | Copies the characters from a BlobString to a native container |
| ToString() | Converts this BlobString to a standard C# string. |