docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphStack

    Inheritance
    object
    GraphPointer
    GraphStack
    Implements
    IPoolable
    IDisposable
    Inherited Members
    GraphPointer.CopyFrom(GraphPointer)
    GraphPointer.root
    GraphPointer.rootObject
    GraphPointer.machine
    GraphPointer.macro
    GraphPointer.component
    GraphPointer.gameObject
    GraphPointer.self
    GraphPointer.scriptableObject
    GraphPointer.scene
    GraphPointer.serializedObject
    GraphPointer.parentElementGuids
    GraphPointer.depth
    GraphPointer.isRoot
    GraphPointer.isChild
    GraphPointer.EnsureDepthValid(int)
    GraphPointer.EnsureChild()
    GraphPointer.IsWithin<T>()
    GraphPointer.EnsureWithin<T>()
    GraphPointer.parent
    GraphPointer.GetParent<T>()
    GraphPointer.parentElement
    GraphPointer.rootGraph
    GraphPointer.graph
    GraphPointer.data
    GraphPointer.hasData
    GraphPointer.EnsureDataAvailable()
    GraphPointer.GetGraphData<T>()
    GraphPointer.GetElementData<T>(IGraphElementWithData)
    GraphPointer.fetchRootDebugDataBinding
    GraphPointer.hasDebugData
    GraphPointer.EnsureDebugDataAvailable()
    GraphPointer.debugData
    GraphPointer.GetGraphDebugData<T>()
    GraphPointer.GetElementDebugData<T>(IGraphElementWithDebugData)
    GraphPointer.isValid
    GraphPointer.EnsureValid()
    GraphPointer.InstanceEquals(GraphPointer)
    GraphPointer.DefinitionEquals(GraphPointer)
    GraphPointer.ComputeHashCode()
    GraphPointer.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    public sealed class GraphStack : GraphPointer, IPoolable, IDisposable

    Methods

    AsReference()

    Declaration
    public override GraphReference AsReference()
    Returns
    Type Description
    GraphReference
    Overrides
    GraphPointer.AsReference()

    Clone()

    Declaration
    public GraphStack Clone()
    Returns
    Type Description
    GraphStack

    Dispose()

    Declaration
    public void Dispose()

    EnterParentElement(IGraphParentElement)

    Declaration
    public void EnterParentElement(IGraphParentElement parentElement)
    Parameters
    Type Name Description
    IGraphParentElement parentElement

    ExitParentElement()

    Declaration
    public void ExitParentElement()

    ToReference()

    Declaration
    public GraphReference ToReference()
    Returns
    Type Description
    GraphReference

    TryEnterParentElement(IGraphParentElement)

    Declaration
    public bool TryEnterParentElement(IGraphParentElement parentElement)
    Parameters
    Type Name Description
    IGraphParentElement parentElement
    Returns
    Type Description
    bool

    TryEnterParentElementUnsafe(IGraphParentElement)

    Declaration
    public bool TryEnterParentElementUnsafe(IGraphParentElement parentElement)
    Parameters
    Type Name Description
    IGraphParentElement parentElement
    Returns
    Type Description
    bool

    Implements

    IPoolable
    IDisposable

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    XEventGraph.TriggerEventHandler<TArgs>(GraphStack, Func<EventHook, bool>, TArgs, Func<IGraphParentElement, bool>, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)