mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +00:00
Updates to various components, added a few new ones.
This commit is contained in:
parent
775ca57047
commit
34d05ff16f
52 changed files with 4566 additions and 1799 deletions
|
|
@ -74,7 +74,7 @@ AnimationComponent::AnimationComponent() : Component()
|
|||
mNetworked = true;
|
||||
|
||||
mFriendlyName = "Animation(Component)";
|
||||
mComponentType = "Render";
|
||||
mComponentType = "Animation";
|
||||
|
||||
mDescription = getDescriptionText("Allows a rendered mesh to be animated");
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ public:
|
|||
|
||||
TSShape* getShape();
|
||||
|
||||
void targetShapeChanged(RenderComponentInterface* instanceInterface);
|
||||
virtual void targetShapeChanged(RenderComponentInterface* instanceInterface);
|
||||
|
||||
virtual void processTick();
|
||||
virtual void advanceTime(F32 dt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue