Struct BlobString
An immutable, variable-length string stored in a blob asset.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct BlobStringProperties
| 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. |