MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetDisplayWidth

Method SetDisplayWidth

trinity/Sprite2d/Tr2SpriteObject.cpp:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Tr2SpriteObjectBase::SetDisplayWidth( float val )
102{
103 if( val != m_displayWidth )
104 {
105 m_displayWidth = val;
106 SetDirty();
107 }
108}
109
110float Tr2SpriteObjectBase::GetDisplayHeight() const
111{

Callers 2

UpdateValueMethod · 0.80
SetEmptyProjectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected