docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PayloadReleaseResult

    Result value returned when releasing Payload buffers.

    Namespace: Unity.Logging
    Assembly: Unity.Logging.dll
    Syntax
    public enum PayloadReleaseResult
    Remarks

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

    Fields

    Name Description
    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)