Class GraphNest<TGraph, TGraphAsset> | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphNest<TGraph, TGraphAsset>

    Inheritance
    Object
    GraphNest<TGraph, TGraphAsset>
    Namespace: Ludiq.Bolt
    Syntax
    [Obsolete("Use the new class graphs to nest graphs instead.")]
    public sealed class GraphNest<TGraph, TGraphAsset> : IGraphNest where TGraph : class, IGraph where TGraphAsset : GraphAsset<TGraph>
    Type Parameters
    Name Description
    TGraph
    TGraphAsset

    Properties

    asset

    Declaration
    [DoNotSerialize]
    public TGraphAsset asset { get; set; }
    Property Value
    Type Description
    TGraphAsset

    deserializationDependencies

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

    embed

    Declaration
    [DoNotSerialize]
    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

    nester

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

    source

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

    Methods

    CopyFrom(GraphNest<TGraph, TGraphAsset>)

    Declaration
    public void CopyFrom(GraphNest<TGraph, TGraphAsset> other)
    Parameters
    Type Name Description
    GraphNest<TGraph, TGraphAsset> other

    SwitchToEmbed(TGraph)

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

    SwitchToMacro(TGraphAsset)

    Declaration
    public void SwitchToMacro(TGraphAsset macro)
    Parameters
    Type Name Description
    TGraphAsset 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.asset

    Declaration
    IGraphAsset IGraphNest.asset { get; set; }
    Returns
    Type Description
    IGraphAsset
    Implements
    IGraphNest.asset

    IGraphNest.assetType

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

    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.SwitchToAsset(IGraphAsset)

    Declaration
    void IGraphNest.SwitchToAsset(IGraphAsset asset)
    Parameters
    Type Name Description
    IGraphAsset asset
    Implements
    IGraphNest.SwitchToAsset(IGraphAsset)

    IGraphNest.SwitchToEmbed(IGraph)

    Declaration
    void IGraphNest.SwitchToEmbed(IGraph embed)
    Parameters
    Type Name Description
    IGraph embed
    Implements
    IGraphNest.SwitchToEmbed(IGraph)

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    LiteralUtility.ToLiteralString(Object)
    LiteralUtility.ToLiteralStringOrDefault(Object)
    LiteralUtility.TryToLiteralString(Object, out String)
    XFilterProvider.Filter(Object)
    XFilterProvider.Filter<TFilter>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone(Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy(Object)
    Cloning.CloneViaSerializationPolicy(Object, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy<T>(T)
    Cloning.CloneViaSerializationPolicy<T>(T, out Dictionary<Object, Object>)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneValueType(Object)
    ConversionUtility.ConvertTo<TSource>(TSource, Type)
    ConversionUtility.IsLateConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsLateConvertibleTo<T>(Object, Boolean)
    ConversionUtility.LateConvertTo(Object, Type)
    ConversionUtility.LateConvertTo<T>(Object)
    ConversionUtility.TryLateConvertTo(Object, Type, out Object, Boolean)
    ConversionUtility.TryLateConvertTo<T>(Object, out T, Boolean)
    TypeUtility.ToShortString(Object, Int32)
    TypeUtility.CastTo<T>(Object)
    Serialization.FullSerialize(Object, Boolean)
    Serialization.OdinSerialize<T>(T, DataFormat)
    Serialization.OdinSerialize<T>(T, ref OdinSerializer.SerializationData, DataFormat)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.UnityNullCoalesce(Object, Object)
    UnityObjectUtility.ToSafeString(Object)
    BoltGenerationUtility.GenerateLiteral(Object, IGeneration)
    XGeneratorProvider.Generator(Object, IGeneration)
    XGeneratorProvider.Generator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.HasGenerator(Object, IGeneration)
    XGeneratorProvider.HasGenerator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.TryGetGenerator(Object, out IGenerator, IGeneration)
    XGeneratorProvider.TryGetGenerator<TGenerator>(Object, IGeneration, out TGenerator)
    HybridConversionUtility.ConvertTo(Object, HybridType, HybridType)
    HybridConversionUtility.IsLateConvertibleTo(Object, HybridType, Boolean)
    HybridConversionUtility.LateConvertTo(Object, HybridType)
    HybridConversionUtility.TryLateConvertTo(Object, HybridType, out Object, Boolean)
    HybridTypeUtility.GetHybridType(Object)
    IsUtility.Is<TO, TC>(TO, out TC)
    PrivateReflectionUsingDynamicExtensions.AsDynamic(Object)
    JsonWriter.ToJson(Object)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX