Class GraphGroup | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphGroup

    Inheritance
    Object
    GraphElement<IGraph>
    GraphGroup
    Inherited Members
    GraphElement<IGraph>.guid
    GraphElement<IGraph>.modules
    GraphElement<IGraph>.IGraphChild.associatedElement
    GraphElement<IGraph>.requiresInstantiation
    GraphElement<IGraph>.Instantiate(GraphReference)
    GraphElement<IGraph>.Uninstantiate(GraphReference)
    GraphElement<IGraph>.INotifiedCollectionChild<IGraph>.BeforeAdd(IGraph)
    GraphElement<IGraph>.INotifiedCollectionChild<IGraph>.AfterAdd(IGraph)
    GraphElement<IGraph>.INotifiedCollectionChild<IGraph>.BeforeRemove(IGraph)
    GraphElement<IGraph>.INotifiedCollectionChild<IGraph>.AfterRemove(IGraph)
    GraphElement<IGraph>.BeforeAdd(IGraph)
    GraphElement<IGraph>.AfterAdd(IGraph)
    GraphElement<IGraph>.BeforeRemove(IGraph)
    GraphElement<IGraph>.AfterRemove(IGraph)
    GraphElement<IGraph>.dependencyOrder
    GraphElement<IGraph>.HandleDependencies()
    GraphElement<IGraph>.parentGraph
    GraphElement<IGraph>.ICollectionChild<IGraph>.parent
    GraphElement<IGraph>.IGraphChild.parentGraph
    GraphElement<IGraph>.deserializationDependencies
    GraphElement<IGraph>.Prewarm()
    GraphElement<IGraph>.Dispose()
    GraphElement<IGraph>.IsDisposed
    GraphElement<IGraph>.ToString()
    GraphElement<IGraph>.PropertyChanged
    GraphElement<IGraph>.OnPropertyChanged(Object, PropertyChangedEventArgs)
    GraphElement<IGraph>.OnPropertyChanged(String)
    Namespace: Ludiq.Bolt
    Syntax
    [RenamedFrom("Ludiq.GraphGroup")]
    public sealed class GraphGroup : GraphElement<IGraph>, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged

    Constructors

    GraphGroup()

    Declaration
    public GraphGroup()

    Properties

    color

    Declaration
    [Serialize]
    [Inspectable]
    public PaletteColor color { get; set; }
    Property Value
    Type Description
    PaletteColor

    comment

    Declaration
    [Serialize]
    public string comment { get; set; }
    Property Value
    Type Description
    String

    commentAlignment

    Declaration
    [Serialize]
    [Inspectable]
    public TextAnchor commentAlignment { get; set; }
    Property Value
    Type Description
    TextAnchor

    label

    Declaration
    [Serialize]
    public string label { get; set; }
    Property Value
    Type Description
    String

    position

    Declaration
    [Serialize]
    public Rect position { get; set; }
    Property Value
    Type Description
    Rect

    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)
    XObservableDisposable.EnsureNotDisposed(IObservableDisposable)
    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