docs.unity.cn
    Show / Hide Table of Contents

    Delegate GraphGenerator.SerializationHandlers.RemoveMeta

    Delegate RemoveMeta

    Namespace: Mechatronics.SystemGraph
    Syntax
    public delegate bool RemoveMeta(GraphDescriptor graph, MetaDescriptor desc);
    Parameters
    Type Name Description
    GraphDescriptor graph

    The graph descriptor.

    MetaDescriptor desc

    The meatdata descriptor.

    Returns
    Type Description
    Boolean

    true if remove meta succeeded, false otherwise.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use