Class PropertyAttribute | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class PropertyAttribute

    Use this attribute to have a property generated for the member.

    Inheritance
    System.Object
    System.Attribute
    PropertyAttribute
    Namespace: Unity.Properties
    Syntax
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
    public class PropertyAttribute : Attribute, _Attribute
    Remarks

    By default public fields will have properties generated.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX