docs.unity3d.com
    Show / Hide Table of Contents

    Class InspectorProvider

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

    Properties

    cache

    Declaration
    protected override bool cache { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    Ludiq.SingleDecoratorProvider<Ludiq.Accessor, Ludiq.Inspector, Ludiq.RegisterInspectorAttribute>.cache

    instance

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

    Methods

    GetDecoratedType(Accessor)

    Declaration
    protected override Type GetDecoratedType(Accessor accessor)
    Parameters
    Type Name Description
    Accessor accessor
    Returns
    Type Description
    Type
    Overrides
    Ludiq.SingleDecoratorProvider<Ludiq.Accessor, Ludiq.Inspector, Ludiq.RegisterInspectorAttribute>.GetDecoratedType(Ludiq.Accessor)

    HasInspector(Type)

    Declaration
    public bool HasInspector(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Boolean

    ResolveDecoratorType(Type)

    Declaration
    protected override Type ResolveDecoratorType(Type decoratedType)
    Parameters
    Type Name Description
    Type decoratedType
    Returns
    Type Description
    Type
    Overrides
    Ludiq.SingleDecoratorProvider<Ludiq.Accessor, Ludiq.Inspector, Ludiq.RegisterInspectorAttribute>.ResolveDecoratorType(System.Type)

    UnityObjectReferenceInspector(Type)

    Declaration
    protected Type UnityObjectReferenceInspector(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Type

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    LiteralUtility.ToLiteralString(Object)
    LiteralUtility.ToLiteralStringOrDefault(Object)
    LiteralUtility.TryToLiteralString(Object, out String)
    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 SerializationData, DataFormat)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.UnityNullCoalesce(Object, Object)
    UnityObjectUtility.ToSafeString(Object)
    XFilterProvider.Filter(Object)
    XFilterProvider.Filter<TFilter>(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
    Terms of use
    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