Update README.md

This commit is contained in:
VladV 2023-02-16 12:17:04 +04:00 committed by GitHub
parent ffcb37dddf
commit 8837f128e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,10 @@ private void OnMaterialChanged()
}
```
#### HideMonoScript
Hides the default Script property in the inspector.
### Validation
Tri Inspector has some builtin validators such as `missing reference` and `type mismatch` error. Additionally you can mark out your code with validation attributes or even write own validators.