Interface IPropertyDrawer<TDrawerAttribute> | Properties | 0.9.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Interface IPropertyDrawer<TDrawerAttribute>

    Allows to tag a to override the drawing of that field.

    Namespace: Unity.Properties.Editor
    Syntax
    public interface IPropertyDrawer<TDrawerAttribute>
        where TDrawerAttribute : UnityEngine.PropertyAttribute
    Type Parameters
    Name Description
    TDrawerAttribute

    The attribute for which this drawer is for.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX