MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setReady

Method setReady

Engine/source/ts/tsMeshFit.cpp:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 MeshFit(TSShape* shape) : mShape(shape), mIsReady(false) { }
163
164 void setReady() { mIsReady = true; }
165 bool isReady() const { return mIsReady; }
166
167 void initSourceGeometry( const String& target );

Callers 6

initVertexFeaturesMethod · 0.45
addBoxMethod · 0.45
tsMeshFit.cppFile · 0.45
makeEditableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected