forked from Shardstone/trail-into-darkness
added more utilty packges
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
#endif
|
||||
|
||||
namespace InspectorToolkit {
|
||||
public interface IPropertyCondition {
|
||||
#if UNITY_EDITOR
|
||||
bool DoesPropertyMeetCondition(SerializedProperty property, out string description);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user