docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct OnDisposeDelegate

    Struct that wraps OnDisposeDelegate for a sink

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Logging.Sinks
    Assembly: Unity.Logging.dll
    Syntax
    public readonly struct OnDisposeDelegate

    Constructors

    OnDisposeDelegate(Delegate)

    Constructor that takes the delegate and compiles it with burst

    Declaration
    public OnDisposeDelegate(OnDisposeDelegate.Delegate func)
    Parameters
    Type Name Description
    OnDisposeDelegate.Delegate func

    Delegate to compile

    Properties

    IsCreated

    True if function pointer was created

    Declaration
    public bool IsCreated { get; }
    Property Value
    Type Description
    bool

    Methods

    Invoke(IntPtr)

    Invoke the compiled delegate

    Declaration
    public void Invoke(IntPtr p)
    Parameters
    Type Name Description
    IntPtr p

    UserData

    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)