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

Allow change handler methods to reference data member found in superclass(es) #35

Closed bddckr closed 5 years ago

bddckr commented 5 years ago

This should be similar to how the old PropertySetter did it. And this also needs to ensure that when doing an OnAfterChange in the subclass only, it doesn't inject that call into the superclass.

bddckr commented 5 years ago

Resolved by 33c2c2ac61a20e3c30c99d06c7814a78e78bfcbe.