Files
godot/modules
Raul Santos 7d08e8727b 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.
2024-03-29 20:36:04 +01:00
..
2023-10-04 19:55:11 +09:00
2024-03-13 15:02:17 -04:00
2024-03-01 07:17:59 +00:00
2024-03-13 09:12:50 +02:00
2024-02-23 16:24:58 -06:00