mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
replace specific names for a universal getRegistrations
This commit is contained in:
parent
3aac9af35e
commit
d4e9275240
7 changed files with 28 additions and 28 deletions
|
|
@ -123,7 +123,7 @@ public:
|
|||
|
||||
static void sRegisterFormat(const ShapeRegistration& reg);
|
||||
static const ShapeRegistration* sFindShapeRegInfo(const String& extension, bool exporting = false);
|
||||
static Vector<ShapeRegistration>& getShapeRegistrations();
|
||||
static Vector<ShapeRegistration>& getRegistrations();
|
||||
|
||||
/// Nodes hold the transforms in the shape's tree. They are the bones of the skeleton.
|
||||
struct Node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue