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

Method SetDisplayY

trinity/Sprite2d/Tr2SpriteObject.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void Tr2SpriteObjectBase::SetDisplayY( float val )
88{
89 if( val != m_translation.y )
90 {
91 m_translation.y = val;
92 SetDirty();
93 }
94}
95
96float Tr2SpriteObjectBase::GetDisplayWidth() const
97{

Callers 3

UpdateValueMethod · 0.80
SetEmptyProjectionMethod · 0.80
UpdateValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected