docs.unity.cn
    Show / Hide Table of Contents

    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.

    See Also

    BlobBuilder
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use