MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getShapeFileName

Method getShapeFileName

Engine/source/T3D/tsStatic.h:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229 Resource<TSShape> getShape() const { return mShape; }
230 StringTableEntry getShapeFileName() { return mShapeName; }
231 void setShapeFileName(StringTableEntry shapeName) { mShapeName = shapeName; }
232
233 TSShapeInstance* getShapeInstance() const { return mShapeInstance; }

Callers 1

tsStatic.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected