-
Enhancement
-
Resolution: Fixed
-
P4
-
8
Some time ago we stopped creating @treatAsPrivate methods and instead use accessors. There are two patterns that should be unified.
The way to go: use static methods for the access, such as in SceneHelper
To be changed: using the singleton instance directly, in NodeAccess, CameraAccess, SubSceneAccess and PrintAccess
The way to go: use static methods for the access, such as in SceneHelper
To be changed: using the singleton instance directly, in NodeAccess, CameraAccess, SubSceneAccess and PrintAccess