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