docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PropertyBagResolver

    Inheritance
    object
    PropertyBagResolver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Properties
    Assembly: Unity.Properties.dll
    Syntax
    public static class PropertyBagResolver

    Properties

    ReflectedPropertyBagProvider

    Declaration
    public static ReflectedPropertyBagProvider ReflectedPropertyBagProvider { get; }
    Property Value
    Type Description
    ReflectedPropertyBagProvider

    Methods

    Register(Type, IPropertyBag)

    Declaration
    public static void Register(Type type, IPropertyBag propertyBag)
    Parameters
    Type Name Description
    Type type
    IPropertyBag propertyBag

    Register<TContainer>(IPropertyBag<TContainer>)

    Declaration
    public static void Register<TContainer>(IPropertyBag<TContainer> propertyBag)
    Parameters
    Type Name Description
    IPropertyBag<TContainer> propertyBag
    Type Parameters
    Name Description
    TContainer

    Resolve(Type)

    Declaration
    public static IPropertyBag Resolve(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IPropertyBag

    Resolve<TContainer>()

    Declaration
    public static IPropertyBag<TContainer> Resolve<TContainer>()
    Returns
    Type Description
    IPropertyBag<TContainer>
    Type Parameters
    Name Description
    TContainer
    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)