1.8.3: Added HideLabel attribute
This commit is contained in:
parent
61c7356b3a
commit
3259b62387
12 changed files with 97 additions and 8 deletions
|
|
@ -5,6 +5,6 @@ namespace Module.Inspector.Editor
|
|||
public abstract class ValidatePropertyDrawer : AbstractPropertyDrawer
|
||||
{
|
||||
public abstract bool Validate(ValidatePropertyAttribute attribute, SerializedProperty property);
|
||||
public abstract string GetValidationError(SerializedProperty property);
|
||||
public abstract string GetValidationError(ValidatePropertyAttribute attribute, SerializedProperty property);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue