We have multiple scenes in scenes, something like this:
MainScene
-ComplexObj
--SimpleObj
---UniversalPartOfObj
Every scene is rotated by different amounts via standard transform. We need to know final rotation of UniversalPartOfObj, but when we use rotation in code it shows just rotation of UniversalPartOfObj.
Sorry if it is hard to understand what we mean.