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

Method getAutoSizing

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

Source from the content-addressed store, hash-verified

340 /// Area.
341 virtual void setArea( const Vector2& corner1, const Vector2& corner2 );
342 inline bool getAutoSizing( void ) const { return mAutoSizing; }
343 virtual void setSize( const Vector2& size );
344 inline void setSize( const F32 width, const F32 height ){ setSize( Vector2(width, height) ); }
345 inline Vector2 getSize( void ) const { return mSize; }

Callers 3

setSizeMethod · 0.80
writeSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected