docs.unity.cn
    Show / Hide Table of Contents

    Method CopyTo

    CopyTo<T>(ref T)

    Copies the characters from a BlobString to a native container

    Declaration
    public ConversionError CopyTo<T>(ref T dest)
        where T : INativeList<byte>
    Parameters
    Type Name Description
    T dest

    The destination BlobString.

    Returns
    Type Description
    ConversionError

    None if the copy fully completes. Otherwise, returns Overflow.

    Type Parameters
    Name Description
    T

    The type of native container to copy to

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023