docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphNest<TGraph, TMacro>

    Inheritance
    Object
    GraphNest<TGraph, TMacro>
    Namespace: Unity.VisualScripting
    Syntax
    public sealed class GraphNest<TGraph, TMacro> : IGraphNest, IAotStubbable where TGraph : class, IGraph, new()
        where TMacro : Macro<TGraph>
    Type Parameters
    Name Description
    TGraph
    TMacro

    Properties

    aotStubs

    Declaration
    [DoNotSerialize]
    public IEnumerable<object> aotStubs { get; }
    Property Value
    Type Description
    IEnumerable<Object>
    Implements
    IAotStubbable.aotStubs

    deserializationDependencies

    Declaration
    public IEnumerable<ISerializationDependency> deserializationDependencies { get; }
    Property Value
    Type Description
    IEnumerable<ISerializationDependency>

    embed

    Declaration
    [Serialize]
    public TGraph embed { get; set; }
    Property Value
    Type Description
    TGraph

    graph

    Declaration
    [DoNotSerialize]
    public TGraph graph { get; }
    Property Value
    Type Description
    TGraph

    hasBackgroundEmbed

    Declaration
    [DoNotSerialize]
    public bool hasBackgroundEmbed { get; }
    Property Value
    Type Description
    Boolean
    Implements
    IGraphNest.hasBackgroundEmbed

    macro

    Declaration
    [Serialize]
    public TMacro macro { get; set; }
    Property Value
    Type Description
    TMacro

    nester

    Declaration
    [DoNotSerialize]
    public IGraphNester nester { get; set; }
    Property Value
    Type Description
    IGraphNester
    Implements
    IGraphNest.nester

    source

    Declaration
    [Serialize]
    public GraphSource source { get; set; }
    Property Value
    Type Description
    GraphSource
    Implements
    IGraphNest.source

    Methods

    SwitchToEmbed(TGraph)

    Declaration
    public void SwitchToEmbed(TGraph embed)
    Parameters
    Type Name Description
    TGraph embed

    SwitchToMacro(TMacro)

    Declaration
    public void SwitchToMacro(TMacro macro)
    Parameters
    Type Name Description
    TMacro macro

    Events

    afterGraphChange

    Declaration
    public event Action afterGraphChange
    Event Type
    Type Description
    Action

    beforeGraphChange

    Declaration
    public event Action beforeGraphChange
    Event Type
    Type Description
    Action

    Explicit Interface Implementations

    IGraphNest.embed

    Declaration
    IGraph IGraphNest.embed { get; set; }
    Returns
    Type Description
    IGraph
    Implements
    IGraphNest.embed

    IGraphNest.graph

    Declaration
    IGraph IGraphNest.graph { get; }
    Returns
    Type Description
    IGraph
    Implements
    IGraphNest.graph

    IGraphNest.graphType

    Declaration
    Type IGraphNest.graphType { get; }
    Returns
    Type Description
    Type
    Implements
    IGraphNest.graphType

    IGraphNest.macro

    Declaration
    IMacro IGraphNest.macro { get; set; }
    Returns
    Type Description
    IMacro
    Implements
    IGraphNest.macro

    IGraphNest.macroType

    Declaration
    Type IGraphNest.macroType { get; }
    Returns
    Type Description
    Type
    Implements
    IGraphNest.macroType

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    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