コード例 #1
0
        protected override void OnGuiSafe(SerializedProperty property, GUIContent label, IgnoreParentAttribute attribute)
        {
            if (!property.hasVisibleChildren)
            {
                ToolboxEditorGui.DrawNativeProperty(property, label);
                return;
            }

            ToolboxEditorGui.DrawPropertyChildren(property);
        }