1.8.4: Added PopupFromScriptableObjectType

This commit is contained in:
Anders Ejlersen 2023-12-09 22:38:27 +01:00
parent 3259b62387
commit 81906d49dd
12 changed files with 202 additions and 1 deletions

View file

@ -97,6 +97,8 @@ List of all available drawer attributes:
* Convert float value to percentage and back again (1% = 0.01f)
* `PopupFromConst`
* Adds popup with all const fields of type string in provided type
* `PopupFromScriptableObjectType`
* Adds popup with all `ScriptableObject`s from field or provided type
* `QuaternionToEuler`
* Converts quaternion value to Euler angles and back again
* `ReadableScriptableObject`