mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 04:50:31 +00:00
Merge branch 'ModernEditorLayoutWIP' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
3697737498
148 changed files with 3463 additions and 547 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
class SimSet;
|
||||
class MatInstance;
|
||||
class GuiTreeViewCtrl;
|
||||
|
||||
class MaterialManager : public ManagedSingleton<MaterialManager>
|
||||
{
|
||||
|
|
@ -97,6 +98,8 @@ public:
|
|||
|
||||
void dumpMaterialInstances( BaseMaterialDefinition *target = NULL ) const;
|
||||
|
||||
void getMaterialInstances(BaseMaterialDefinition* target, GuiTreeViewCtrl* tree);
|
||||
|
||||
void updateTime();
|
||||
F32 getTotalTime() const { return mAccumTime; }
|
||||
F32 getDeltaTime() const { return mDt; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue