docs.unity.cn
    Show / Hide Table of Contents

    Method Clear

    Clear()

    Sets the buffer length to zero.

    Declaration
    public void Clear()
    Remarks

    The capacity of the buffer remains unchanged. Buffer memory is not overwritten.

    Examples
            buffer.Clear();
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021