Interface IDestroy | Data Flow Graph | 0.19.0-preview.7
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IDestroy

    Interface for receiving destructor calls on INodeData, whenever a node is destroyed.

    This supersedes

    Namespace: Unity.DataFlowGraph
    Syntax
    public interface IDestroy

    Methods

    Destroy(DestroyContext)

    Destructor function, called for each destruction of this type. Destroy(NodeHandle)

    Declaration
    void Destroy(DestroyContext context)
    Parameters
    Type Name Description
    DestroyContext context
    Remarks

    It is undefined behaviour to throw an exception from this method.

    Back to top
    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