docs.unity3d.com
    Show / Hide Table of Contents

    Class MergedGraphElementCollection

    Inheritance
    Object
    MergedKeyedCollection<Guid, IGraphElement>
    MergedGraphElementCollection
    Inherited Members
    MergedKeyedCollection<Guid, IGraphElement>.collections
    MergedKeyedCollection<Guid, IGraphElement>.collectionsLookup
    MergedKeyedCollection<Guid, IGraphElement>.Item[Guid]
    MergedKeyedCollection<Guid, IGraphElement>.Count
    MergedKeyedCollection<Guid, IGraphElement>.IsReadOnly
    MergedKeyedCollection<Guid, IGraphElement>.Includes<TSubItem>()
    MergedKeyedCollection<Guid, IGraphElement>.Includes(Type)
    MergedKeyedCollection<Guid, IGraphElement>.ForType<TSubItem>()
    MergedKeyedCollection<Guid, IGraphElement>.Include<TSubItem>(IKeyedCollection<Guid, TSubItem>)
    MergedKeyedCollection<Guid, IGraphElement>.GetCollectionForItem(IGraphElement)
    MergedKeyedCollection<Guid, IGraphElement>.GetCollectionForType(Type, Boolean)
    MergedKeyedCollection<Guid, IGraphElement>.GetCollectionForKey(Guid, Boolean)
    MergedKeyedCollection<Guid, IGraphElement>.TryGetValue(Guid, IGraphElement)
    MergedKeyedCollection<Guid, IGraphElement>.Add(IGraphElement)
    MergedKeyedCollection<Guid, IGraphElement>.Clear()
    MergedKeyedCollection<Guid, IGraphElement>.Contains(IGraphElement)
    MergedKeyedCollection<Guid, IGraphElement>.Remove(IGraphElement)
    MergedKeyedCollection<Guid, IGraphElement>.CopyTo(IGraphElement[], Int32)
    MergedKeyedCollection<Guid, IGraphElement>.Contains(Guid)
    MergedKeyedCollection<Guid, IGraphElement>.Remove(Guid)
    MergedKeyedCollection<Guid, IGraphElement>.GetEnumerator()
    Namespace: Unity.VisualScripting
    Syntax
    public sealed class MergedGraphElementCollection : MergedKeyedCollection<Guid, IGraphElement>, IMergedCollection<IGraphElement>, ICollection<IGraphElement>, IEnumerable<IGraphElement>, IEnumerable, INotifyCollectionChanged<IGraphElement>

    Methods

    Include<TSubItem>(IKeyedCollection<Guid, TSubItem>)

    Declaration
    public override void Include<TSubItem>(IKeyedCollection<Guid, TSubItem> collection)
        where TSubItem : IGraphElement
    Parameters
    Type Name Description
    IKeyedCollection<Guid, TSubItem> collection
    Type Parameters
    Name Description
    TSubItem
    Overrides
    Unity.VisualScripting.MergedKeyedCollection<System.Guid, Unity.VisualScripting.IGraphElement>.Include<TSubItem>(Unity.VisualScripting.IKeyedCollection<System.Guid, TSubItem>)

    Events

    CollectionChanged

    Declaration
    public event Action CollectionChanged
    Event Type
    Type Description
    Action
    Implements
    INotifyCollectionChanged<T>.CollectionChanged

    ItemAdded

    Declaration
    public event Action<IGraphElement> ItemAdded
    Event Type
    Type Description
    Action<IGraphElement>
    Implements
    INotifyCollectionChanged<T>.ItemAdded

    ItemRemoved

    Declaration
    public event Action<IGraphElement> ItemRemoved
    Event Type
    Type Description
    Action<IGraphElement>
    Implements
    INotifyCollectionChanged<T>.ItemRemoved

    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)
    EditorLinqUtility.Cancellable<T>(IEnumerable<T>, CancellationToken)
    EditorLinqUtility.Cancellable<T>(IEnumerable<T>, CancellationToken, Action)
    SearchUtility.OrderableSearchFilter<THaystack, TResult>(IEnumerable<THaystack>, Func<THaystack, TResult>, String, Func<THaystack, String>)
    SearchUtility.OrderableSearchFilter<T>(IEnumerable<T>, String, Func<T, String>)
    SearchUtility.OrderableSearchFilter<THaystack, TResult>(IEnumerable<THaystack>, Func<THaystack, TResult>, String, Func<THaystack, String>, Func<THaystack, String>)
    SearchUtility.OrderableSearchFilter<T>(IEnumerable<T>, String, Func<T, String>, Func<T, String>)
    SearchUtility.UnorderedSearchFilter<T>(IEnumerable<T>, String, Func<T, String>)
    SearchUtility.OrderedSearchFilter<T>(IEnumerable<T>, String, Func<T, String>)
    UnitBase.WithoutInheritedDuplicates<T>(IEnumerable<T>, Func<T, IUnitOption>, CancellationToken)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    XArrayPool.ToArrayPooled<T>(IEnumerable<T>)
    XHashSetPool.ToHashSetPooled<T>(IEnumerable<T>)
    XListPool.ToListPooled<T>(IEnumerable<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.DistinctBy<T, TKey>(IEnumerable<T>, Func<T, TKey>)
    LinqUtility.NotNull<T>(IEnumerable<T>)
    LinqUtility.Yield<T>(T)
    LinqUtility.ToHashSet<T>(IEnumerable<T>)
    LinqUtility.AddRange<T>(ICollection<T>, IEnumerable<T>)
    LinqUtility.AsReadOnlyCollection<T>(IEnumerable<T>)
    LinqUtility.AsReadOnlyList<T>(IEnumerable<T>)
    LinqUtility.Flatten<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
    LinqUtility.OrderByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, Boolean)
    LinqUtility.OrderByDependers<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, Boolean)
    LinqUtility.Catch<T>(IEnumerable<T>, Action<Exception>)
    LinqUtility.Catch<T>(IEnumerable<T>, ICollection<Exception>)
    LinqUtility.CatchAsLogError<T>(IEnumerable<T>, String)
    LinqUtility.CatchAsLogWarning<T>(IEnumerable<T>, String)
    StringUtility.ToSeparatedString(IEnumerable, String)
    StringUtility.ToCommaSeparatedString(IEnumerable)
    StringUtility.ToLineSeparatedString(IEnumerable)
    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