setActive VS setEnabled?

First of all, I’m not native speaker so if this isn’t considerable, just pass it. :slight_smile:



In jme3 core, ‘setEnabled()’ method name is used for on/off functionality mostly.

Only AppState uses ‘setActive()’ method name.

How about introducing ‘setEnabled()’ and deprecating ‘setActive()’ for consistency?

1 Like

sure, go ahead, edit all sources and submit the patches in the contribution forum!

1 Like

I agree to this one, I found myself searching for a setEnabled several times on AppStates