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

    Class SerializedPropertyProviderProvider

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

    Properties

    cache

    Declaration
    protected override bool cache { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    Ludiq.SingleDecoratorProvider<System.Type, Ludiq.ISerializedPropertyProvider, Ludiq.RegisterSerializedPropertyProviderAttribute>.cache

    instance

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

    registrationAssemblies

    Declaration
    protected override IEnumerable<Assembly> registrationAssemblies { get; }
    Property Value
    Type Description
    IEnumerable<Assembly>
    Overrides
    Ludiq.SingleDecoratorProvider<System.Type, Ludiq.ISerializedPropertyProvider, Ludiq.RegisterSerializedPropertyProviderAttribute>.registrationAssemblies

    Methods

    CreateDecorator(Type, Type)

    Declaration
    protected override ISerializedPropertyProvider CreateDecorator(Type providerType, Type type)
    Parameters
    Type Name Description
    Type providerType
    Type type
    Returns
    Type Description
    ISerializedPropertyProvider
    Overrides
    Ludiq.SingleDecoratorProvider<System.Type, Ludiq.ISerializedPropertyProvider, Ludiq.RegisterSerializedPropertyProviderAttribute>.CreateDecorator(System.Type, System.Type)

    GenerateProviderScripts()

    Declaration
    public void GenerateProviderScripts()

    GetDecoratedType(Type)

    Declaration
    protected override Type GetDecoratedType(Type decorated)
    Parameters
    Type Name Description
    Type decorated
    Returns
    Type Description
    Type
    Overrides
    Ludiq.SingleDecoratorProvider<System.Type, Ludiq.ISerializedPropertyProvider, Ludiq.RegisterSerializedPropertyProviderAttribute>.GetDecoratedType(System.Type)

    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