Class AssetGenerator.GeneratorEntry | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class AssetGenerator.GeneratorEntry

    Inheritance
    Object
    AssetGenerator.GeneratorEntry
    Namespace: UnityEngine.AssetGraph
    Syntax
    [Serializable]
    public class GeneratorEntry

    Constructors

    GeneratorEntry(String, ConnectionPointData)

    Declaration
    public GeneratorEntry(string name, ConnectionPointData point)
    Parameters
    Type Name Description
    String name
    ConnectionPointData point

    GeneratorEntry(String, SerializableMultiTargetInstance, ConnectionPointData)

    Declaration
    public GeneratorEntry(string name, SerializableMultiTargetInstance i, ConnectionPointData point)
    Parameters
    Type Name Description
    String name
    SerializableMultiTargetInstance i
    ConnectionPointData point

    Fields

    m_id

    Declaration
    public string m_id
    Field Value
    Type Description
    String

    m_instance

    Declaration
    public SerializableMultiTargetInstance m_instance
    Field Value
    Type Description
    SerializableMultiTargetInstance

    m_name

    Declaration
    public string m_name
    Field Value
    Type Description
    String

    Methods

    GetGenerator(BuildTarget)

    Declaration
    public IAssetGenerator GetGenerator(BuildTarget target)
    Parameters
    Type Name Description
    BuildTarget target
    Returns
    Type Description
    IAssetGenerator
    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