mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class TSShape
This commit is contained in:
parent
2112c81446
commit
69dbaf5b85
35 changed files with 1377 additions and 1377 deletions
|
|
@ -531,7 +531,7 @@ protected:
|
|||
void deltaGround1(TSThread *, F32 start, F32 end, MatrixF& mat);
|
||||
/// @}
|
||||
|
||||
U32 getNumDetails() const { return mShape ? mShape->details.size() : 0; }
|
||||
U32 getNumDetails() const { return mShape ? mShape->mDetails.size() : 0; }
|
||||
|
||||
S32 getCurrentDetail() const { return mCurrentDetailLevel; }
|
||||
|
||||
|
|
@ -785,7 +785,7 @@ public:
|
|||
TSShapeInstance * getShapeInstance() { return mShapeInstance; }
|
||||
bool hasSequence() const { return sequence >= 0; }
|
||||
U32 getSeqIndex() const { return sequence; }
|
||||
const TSSequence* getSequence() const { return &(mShapeInstance->mShape->sequences[sequence]); }
|
||||
const TSSequence* getSequence() const { return &(mShapeInstance->mShape->mSequences[sequence]); }
|
||||
const String& getSequenceName() const { return mShapeInstance->mShape->getSequenceName(sequence); }
|
||||
S32 operator<(const TSThread &) const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue