diff options
author | Raul Santos <raulsntos@gmail.com> | 2024-03-29 02:14:58 +0100 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2024-03-29 20:36:04 +0100 |
commit | 7d08e8727b6a481541c07d25ff4f62e965c42bcd (patch) | |
tree | 5a5c227c12589573600812ced2e7adbb6492a85d /misc/scripts/compare_extension_api.py | |
parent | 29b3d9e9e538f0aa8effc8ad8bf19a2915292a89 (diff) | |
download | redot-engine-7d08e8727b6a481541c07d25ff4f62e965c42bcd.tar.gz |
C#: Make internal properties and property accessors public (but hidden)
Instead of making the accessors `internal` which can break binary compat, make them `public` but hide them with EB never so they don't show up in IntelliSense.
Also, do the same for properties with the `PROPERTY_USAGE_INTERNAL` flag. These properties were not meant to be exposed to scripting, but since they've been public before all we can do now is hide them.
Diffstat (limited to 'misc/scripts/compare_extension_api.py')
0 files changed, 0 insertions, 0 deletions