docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UnmanagedPropertyGenerator

    Inheritance
    object
    UnmanagedPropertyGenerator
    Implements
    IReflectedPropertyGenerator
    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 UnmanagedPropertyGenerator : IReflectedPropertyGenerator

    Methods

    Generate<TContainer, TValue>(FieldInfo, ReflectedPropertyBag<TContainer>)

    Declaration
    public bool Generate<TContainer, TValue>(FieldInfo fieldInfo, ReflectedPropertyBag<TContainer> propertyBag)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    ReflectedPropertyBag<TContainer> propertyBag
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    TContainer
    TValue

    Generate<TContainer, TValue>(PropertyInfo, ReflectedPropertyBag<TContainer>)

    Declaration
    public bool Generate<TContainer, TValue>(PropertyInfo propertyInfo, ReflectedPropertyBag<TContainer> propertyBag)
    Parameters
    Type Name Description
    PropertyInfo propertyInfo
    ReflectedPropertyBag<TContainer> propertyBag
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    TContainer
    TValue

    Implements

    IReflectedPropertyGenerator
    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)