docs.unity3d.com
    Show / Hide Table of Contents

    Enum PayloadReleaseResult

    Result value returned when releasing Payload buffers.

    Namespace: Unity.Logging
    Syntax
    public enum PayloadReleaseResult
    Remarks

    Returned by ReleasePayloadBuffer(PayloadHandle, out PayloadReleaseResult, Boolean).

    Fields

    Name Description Value
    BufferLocked

    Release failed because the PayloadBuffer has been locked.

    DisjointedPayloadReleaseFailed

    One or more of the Payloads referenced by a Disjointed buffer failed to release.

    ForcedRelease

    Payload buffer is forced to release even if it's locked or a Disjointed payload railed to release.

    InvalidHandle

    Release failed because the passed in PayloadHandle doesn't reference a valid Payload buffer.

    NotInitialized

    The LogMemoryManager instance isn't initialized.

    Success

    Payload buffer was successfully released.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023