docs.unity3d.com
    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, 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, Boolean)
    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>(TSpecificDecorator, Type, Func<Type, TSpecificDecorator>)
    Namespace: Unity.VisualScripting
    Syntax
    public class SerializedPropertyProviderProvider : SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>

    Properties

    cache

    Declaration
    protected override bool cache { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.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
    Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.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
    Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.SerializedPropertyProviderAttribute>.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
    Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.SerializedPropertyProviderAttribute>.GetDecoratedType(System.Type)

    IsValid(Type)

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

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023