Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ needsReinit
Method
needsReinit
Engine/source/ts/tsShapeEdit.cpp:2163–2166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2161
}
2162
2163
bool TSShape::needsReinit()
2164
{
2165
return mVertexSize == 0 || mShapeVertexData.base == NULL || mNeedReinit;
2166
}
Callers
3
_onTSShapeLoaded
Method · 0.80
onAdd
Method · 0.80
onActionPerformed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected