Class GraphComponentDescriptor<TGraphComponent> | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphComponentDescriptor<TGraphComponent>

    Inheritance
    Object
    Descriptor<TGraphComponent>
    GraphRootDescriptor<TGraphComponent>
    GraphComponentDescriptor<TGraphComponent>
    Inherited Members
    GraphRootDescriptor<TGraphComponent>.OnChange(Object, PropertyChangedEventArgs)
    GraphRootDescriptor<TGraphComponent>.Title()
    GraphRootDescriptor<TGraphComponent>.Summary()
    GraphRootDescriptor<TGraphComponent>.Icon()
    Descriptor<TGraphComponent>.target
    Descriptor<TGraphComponent>.IDescriptor.target
    Descriptor<TGraphComponent>.Dispose()
    Descriptor<TGraphComponent>.SetDirty()
    Descriptor<TGraphComponent>.Validate()
    Descriptor<TGraphComponent>.Watch(INotifyPropertyChanged)
    Descriptor<TGraphComponent>.Unwatch(INotifyPropertyChanged)
    Descriptor<TGraphComponent>.Property<T>(Func<T>, Boolean, Boolean)
    Descriptor<TGraphComponent>.Property<T>(Func<IEnumerable<T>>, Boolean, Boolean)
    Descriptor<TGraphComponent>.RegisterProperty(IReactive)
    Descriptor<TGraphComponent>.propertyChanged
    Descriptor<TGraphComponent>._title
    Descriptor<TGraphComponent>._summary
    Descriptor<TGraphComponent>._icon
    Descriptor<TGraphComponent>._warnings
    Descriptor<TGraphComponent>.Warnings()
    Descriptor<TGraphComponent>.title
    Descriptor<TGraphComponent>.summary
    Descriptor<TGraphComponent>.icon
    Descriptor<TGraphComponent>.warnings
    Namespace: Ludiq.Bolt
    Syntax
    [Obsolete("Use the new class component to attach graphs to game objects.")]
    public class GraphComponentDescriptor<TGraphComponent> : GraphRootDescriptor<TGraphComponent>, IDescriptor, IDisposable where TGraphComponent : UnityEngine.Object, IGraphComponent
    Type Parameters
    Name Description
    TGraphComponent

    Constructors

    GraphComponentDescriptor(TGraphComponent)

    Declaration
    protected GraphComponentDescriptor(TGraphComponent target)
    Parameters
    Type Name Description
    TGraphComponent target

    Properties

    component

    Declaration
    protected TGraphComponent component { get; }
    Property Value
    Type Description
    TGraphComponent

    Methods

    RegisterProperties()

    Declaration
    protected override void RegisterProperties()
    Overrides
    Ludiq.Bolt.GraphRootDescriptor<TGraphComponent>.RegisterProperties()

    StartWatching()

    Declaration
    protected override void StartWatching()
    Overrides
    Ludiq.Bolt.GraphRootDescriptor<TGraphComponent>.StartWatching()

    StopWatching()

    Declaration
    protected override void StopWatching()
    Overrides
    Ludiq.Descriptor<TGraphComponent>.StopWatching()

    TitleFallback()

    Declaration
    protected override string TitleFallback()
    Returns
    Type Description
    String
    Overrides
    Ludiq.Bolt.GraphRootDescriptor<TGraphComponent>.TitleFallback()

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptor.ToGUIContent(IDescriptor, Int32)
    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