mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Moved mask updated to protected member set functions.
This commit is contained in:
parent
a8205240e3
commit
0f22ca64d4
2 changed files with 20 additions and 8 deletions
|
|
@ -149,7 +149,9 @@ class Item: public ShapeBase
|
|||
bool buildPolyList(PolyListContext context, AbstractPolyList* polyList, const Box3F &box, const SphereF &sphere);
|
||||
void buildConvex(const Box3F& box, Convex* convex);
|
||||
void onDeleteNotify(SimObject*);
|
||||
void inspectPostApply();
|
||||
|
||||
static bool _setStatic(void *object, const char *index, const char *data);
|
||||
static bool _setRotate(void *object, const char *index, const char *data);
|
||||
|
||||
protected:
|
||||
void _updatePhysics();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue