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

Clear value types #15

Closed bddckr closed 5 years ago

bddckr commented 5 years ago

The current implementation of the ClearPropertyMethod weaver only sets reference types to null.

The task is to change that to property = default; for any type, i.e. reference as well as value types.

Also update the documentation found in the Readme.

bddckr commented 5 years ago

Closing in favor of #25.