MCPcopy 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
2180bool TSShape::needsReinit()
2181{
2182 return mVertexSize == 0 || mShapeVertexData.base == NULL || mNeedReinit;
2183}

Callers 4

_onTSShapeLoadedMethod · 0.80
onAddMethod · 0.80
setShapeAssetIdMethod · 0.80
onActionPerformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected