poohcom1 / godot-private-exports

A Godot addon that lets you set access modifier for exported variables!
https://godotengine.org/asset-library/asset/2136
MIT License
22 stars 0 forks source link

Allow setting access modifier of exports from native types #2

Closed poohcom1 closed 11 months ago

poohcom1 commented 11 months ago

Depends on #1

Currently, only exports from scripts can have access modifiers. This decision is due to the following reasons:

If #1 is fixed, this may be possible, but needs more discussion if it's worth implementing.