Class PropertyAttribute | Properties | 0.8.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class PropertyAttribute

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

    Inheritance
    Object
    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