docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphStack

    Inheritance
    Object
    GraphPointer
    GraphStack
    Inherited Members
    GraphPointer.IsValidRoot(IGraphRoot)
    GraphPointer.IsValidRoot(Object, String)
    GraphPointer.Initialize(IGraphRoot)
    GraphPointer.Initialize(IGraphRoot, IEnumerable<IGraphParentElement>, Boolean)
    GraphPointer.Initialize(Object, String, IEnumerable<Guid>, Boolean)
    GraphPointer.CopyFrom(GraphPointer)
    GraphPointer.root
    GraphPointer.rootSerializer
    GraphPointer.definition
    GraphPointer.instance
    GraphPointer.rootObject
    GraphPointer.component
    GraphPointer.gameObject
    GraphPointer.scene
    GraphPointer.serializedObject
    GraphPointer.parentStack
    GraphPointer.parentElementStack
    GraphPointer.graphStack
    GraphPointer.dataStack
    GraphPointer.parentElementGuids
    GraphPointer.depth
    GraphPointer.isRoot
    GraphPointer.isChild
    GraphPointer.EnsureDepthValid(Int32)
    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.data
    GraphPointer.GetGraphData<T>()
    GraphPointer.GetElementData(IGraphElementWithData)
    GraphPointer.GetElementData<T>(IGraphElementWithData)
    GraphPointer.GetElementDebugData(IGraphElementWithDebugData)
    GraphPointer.GetElementDebugData<T>(IGraphElementWithDebugData)
    GraphPointer.TryEnterParentElement(Guid, String, Nullable<Int32>)
    GraphPointer.TryEnterParentElement(IGraphParentElement, String, Nullable<Int32>, Boolean)
    GraphPointer.EnterParentElement(Guid)
    GraphPointer.isValid
    GraphPointer.EnsureValid()
    GraphPointer.DefinitionEquals(GraphPointer)
    GraphPointer.InstanceEquals(GraphPointer)
    GraphPointer.ComputeHashCode()
    GraphPointer.ToString()
    Namespace: Ludiq.Bolt
    Syntax
    public sealed class GraphStack : GraphPointer, IPoolable, IDisposable

    Methods

    AsReference()

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

    Clone(GraphStackLifetime)

    Declaration
    public GraphStack Clone(GraphStackLifetime lifetime)
    Parameters
    Type Name Description
    GraphStackLifetime lifetime
    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
    Boolean

    TryEnterParentElementUnsafe(IGraphParentElement)

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

    Explicit Interface Implementations

    IPoolable.Free()

    Declaration
    void IPoolable.Free()
    Implements
    IPoolable.Free()

    IPoolable.New()

    Declaration
    void IPoolable.New()
    Implements
    IPoolable.New()

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    LiteralUtility.ToLiteralString(Object)
    LiteralUtility.ToLiteralStringOrDefault(Object)
    LiteralUtility.TryToLiteralString(Object, out String)
    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 SerializationData, DataFormat)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.UnityNullCoalesce(Object, Object)
    UnityObjectUtility.ToSafeString(Object)
    XFilterProvider.Filter(Object)
    XFilterProvider.Filter<TFilter>(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)
    XEventGraph.TriggerEventHandler<TArgs>(GraphStack, Func<EventHook, Boolean>, TArgs, Func<IGraphParentElement, Boolean>, Boolean)
    PrivateReflectionUsingDynamicExtensions.AsDynamic(Object)
    JsonWriter.ToJson(Object)
    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