docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphAssociations

    Inheritance
    Object
    GraphAssociations
    Namespace: Ludiq.Bolt
    Syntax
    [Obsolete("Use the new class system to create graph assets and attach them to game objects.")]
    public static class GraphAssociations

    Methods

    AssetToComponent(Type)

    Declaration
    public static Type AssetToComponent(Type assetType)
    Parameters
    Type Name Description
    Type assetType
    Returns
    Type Description
    Type

    AssetToGraph(Type)

    Declaration
    public static Type AssetToGraph(Type assetType)
    Parameters
    Type Name Description
    Type assetType
    Returns
    Type Description
    Type

    ComponentToAsset(Type)

    Declaration
    public static Type ComponentToAsset(Type componentType)
    Parameters
    Type Name Description
    Type componentType
    Returns
    Type Description
    Type

    ComponentToGraph(Type)

    Declaration
    public static Type ComponentToGraph(Type componentType)
    Parameters
    Type Name Description
    Type componentType
    Returns
    Type Description
    Type

    GraphToAsset(Type)

    Declaration
    public static Type GraphToAsset(Type graphType)
    Parameters
    Type Name Description
    Type graphType
    Returns
    Type Description
    Type

    GraphToComponent(Type)

    Declaration
    public static Type GraphToComponent(Type graphType)
    Parameters
    Type Name Description
    Type graphType
    Returns
    Type Description
    Type

    RegisterAssociation(Type, Type, Type)

    Declaration
    public static void RegisterAssociation(Type graphType, Type assetType, Type componentType)
    Parameters
    Type Name Description
    Type graphType
    Type assetType
    Type componentType
    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