Class CreatePropertyAttribute | Properties | 1.1.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class CreatePropertyAttribute

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

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

    By default public fields will have properties generated.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX