MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / setSortPoint

Method setSortPoint

engine/source/2d/sceneobject/SceneObject.h:545–545  ·  view source on GitHub ↗

Render sorting.

Source from the content-addressed store, hash-verified

543
544 /// Render sorting.
545 inline void setSortPoint( const Vector2& pt ) { mSortPoint = pt; }
546 inline const Vector2& getSortPoint(void) const { return mSortPoint; }
547 inline void setRenderGroup( const char* pRenderGroup ) { mRenderGroup = StringTable->insert(pRenderGroup); }
548 inline StringTableEntry getRenderGroup( void ) const { return mRenderGroup; }

Callers 2

copyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected