|
#if UNITY_EDITOR
|
|
|
|
using System.Reflection;
|
|
using UnityEditor;
|
|
using UnityEditor.UIElements;
|
|
|
|
namespace AV.UITK
|
|
{
|
|
public static class PropertyFieldExtension
|
|
{
|
|
public static SerializedProperty Property(this PropertyField field)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
|
|
#endif |