docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ReflectedPropertyBagProvider

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

    Constructors

    ReflectedPropertyBagProvider()

    Declaration
    public ReflectedPropertyBagProvider()

    Methods

    AddGenerator(IReflectedPropertyGenerator)

    Declaration
    public void AddGenerator(IReflectedPropertyGenerator generator)
    Parameters
    Type Name Description
    IReflectedPropertyGenerator generator

    Generate(Type)

    Declaration
    public IPropertyBag Generate(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IPropertyBag

    Generate<TContainer>()

    Declaration
    public IPropertyBag<TContainer> Generate<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)