mirror of
https://github.com/maxartz15/ScriptableData.git
synced 2025-06-24 02:54:32 +02:00
ExpandableScriptableObjectDrawer
This commit is contained in:
8
Runtime/Attributes.meta
Normal file
8
Runtime/Attributes.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 53eb228a806717b42ad447e290770d87
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
8
Runtime/Attributes/NonExtendableAttribute.cs
Normal file
8
Runtime/Attributes/NonExtendableAttribute.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace ScriptableData
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field, AllowMultiple = true, Inherited = true)]
|
||||
public class NonExtendableAttribute : PropertyAttribute { }
|
||||
}
|
11
Runtime/Attributes/NonExtendableAttribute.cs.meta
Normal file
11
Runtime/Attributes/NonExtendableAttribute.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f456f876476c1a54b86a231e0271cf82
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user