ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

fix(MemberChange): refactor custom inspector logic to be composable #58

Closed extendreality closed 4 years ago

extendreality commented 4 years ago

The custom unity InspectorEditor has now been refactored so the logic within the OnInspectorGUI has been separated out into more logical chunks so these different methods can be called separately or overriden where required.

The functionality of the inspector has not changed in anyway so this fix is purely just making method logic more accessible.

extendreality commented 4 years ago

This now makes it possible in custom inspectors for other components to still call the change handlers by just passing the property to:

TryApplyChangeHandlersToProperty

ExtendReality-Bot commented 4 years ago

:tada: This PR is included in version 9.6.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: