mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Improve SceneContainer testing code
This commit is contained in:
parent
32a5644d2e
commit
d278aab929
6 changed files with 1374 additions and 671 deletions
|
|
@ -883,7 +883,9 @@ class SceneObject : public NetObject, public ProcessObject
|
|||
//const MatrixF& getLocalTransform() const;
|
||||
/// returns the position within parent SceneObject space (or world space if no parent)
|
||||
//Point3F getLocalPosition() const;
|
||||
|
||||
|
||||
inline U32 getRootContainerIndex() { return mContainerIndex; }
|
||||
inline const SceneBinListLookup getContainerLookupInfo() { return mContainerLookup; }
|
||||
|
||||
// virtual void onParentScaleChanged();
|
||||
// virtual void onParentTransformChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue