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

    Class GraphContextProvider

    Inheritance
    Object
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>
    GraphContextProvider
    Inherited Members
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.typesLock
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.instancesLock
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.CreateDecorator(Type, GraphReference)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.registrationAssemblies
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.definedDecoratorTypes
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.resolvedDecoratorTypes
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.HasDecorator(Type)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.TryGetDecoratorType(Type, Type)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.GetDecoratedType(GraphReference)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.GetDecoratorType(Type)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.NoDecoratorMessage(Type)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.ResolveDecoratorType(Type)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.ResolveDecoratorTypeByHierarchy(Type, Boolean)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.decorators
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.decorateds
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.cache
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.IsValid(GraphReference)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.IsValid(GraphReference, String)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.GetDecorator(GraphReference)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.GetDecorator<T>(GraphReference)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.freeInterval
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.Free(IGraphContext)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.Free(IEnumerable<IGraphContext>)
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.FreeInvalid()
    SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>.FreeAll()
    Namespace: Ludiq.Bolt
    Syntax
    public class GraphContextProvider : SingleDecoratorProvider<GraphReference, IGraphContext, RegisterGraphContextAttribute>

    Properties

    cache

    Declaration
    protected override bool cache { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    Ludiq.SingleDecoratorProvider<Ludiq.Bolt.GraphReference, Ludiq.Bolt.IGraphContext, Ludiq.Bolt.RegisterGraphContextAttribute>.cache

    instance

    Declaration
    public static GraphContextProvider instance { get; }
    Property Value
    Type Description
    GraphContextProvider

    Methods

    GetDecoratedType(GraphReference)

    Declaration
    protected override Type GetDecoratedType(GraphReference reference)
    Parameters
    Type Name Description
    GraphReference reference
    Returns
    Type Description
    Type
    Overrides
    Ludiq.SingleDecoratorProvider<Ludiq.Bolt.GraphReference, Ludiq.Bolt.IGraphContext, Ludiq.Bolt.RegisterGraphContextAttribute>.GetDecoratedType(Ludiq.Bolt.GraphReference)

    IsValid(GraphReference, out String)

    Declaration
    public override bool IsValid(GraphReference reference, out string reason)
    Parameters
    Type Name Description
    GraphReference reference
    String reason
    Returns
    Type Description
    Boolean
    Overrides
    Ludiq.SingleDecoratorProvider<Ludiq.Bolt.GraphReference, Ludiq.Bolt.IGraphContext, Ludiq.Bolt.RegisterGraphContextAttribute>.IsValid(Ludiq.Bolt.GraphReference, System.String)

    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)
    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