docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SerializedPropertyProviderProvider

    Inheritance
    object
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>
    SerializedPropertyProviderProvider
    Inherited Members
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.typesLock
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.instancesLock
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.CreateDecorator(Type, Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.typeset
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.definedDecoratorTypes
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.resolvedDecoratorTypes
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.HasDecorator(Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.TryGetDecoratorType(Type, out Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.GetDecoratedType(Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.GetDecoratorType(Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.ResolveDecoratorType(Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.ResolveDecoratorTypeByHierarchy(Type, bool)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.decorators
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.decorateds
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.cache
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.IsValid(Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.GetDecorator(Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.GetDecorator<T>(Type)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.freeInterval
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.Free(ISerializedPropertyProvider)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.Free(IEnumerable<ISerializedPropertyProvider>)
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.FreeInvalid()
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.FreeAll()
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.Renew<TSpecificDecorator>(ref TSpecificDecorator, Type, Func<Type, TSpecificDecorator>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.Editor.dll
    Syntax
    public class SerializedPropertyProviderProvider : SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>

    Properties

    cache

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

    instance

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

    typeset

    Declaration
    protected override IEnumerable<Type> typeset { get; }
    Property Value
    Type Description
    IEnumerable<Type>
    Overrides
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.typeset

    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
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.CreateDecorator(Type, 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
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.GetDecoratedType(Type)

    IsValid(Type)

    Declaration
    public override bool IsValid(Type decorated)
    Parameters
    Type Name Description
    Type decorated
    Returns
    Type Description
    bool
    Overrides
    SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>.IsValid(Type)

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)