mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-13 17:30:51 +00:00
AI fixes and additional functionality
This commit is contained in:
parent
df7ffce665
commit
0fccbc995c
5 changed files with 121 additions and 32 deletions
|
|
@ -882,6 +882,7 @@ protected:
|
|||
F32 mEnergy; ///< Current enery level.
|
||||
F32 mRechargeRate; ///< Energy recharge rate (in units/tick).
|
||||
S32 mTeamId; ///< ZOD: Team identification for shape name
|
||||
F32 mAiPose; ///< ZOD: https://www.garagegames.com/community/resources/view/22501
|
||||
F32 mMass; ///< Mass.
|
||||
F32 mOneOverMass; ///< Inverse of mass.
|
||||
/// @note This is used to optimize certain physics calculations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue