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

Method SetDisplayX

trinity/Sprite2d/Tr2SpriteObject.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Tr2SpriteObjectBase::SetDisplayX( float val )
74{
75 if( val != m_translation.x )
76 {
77 m_translation.x = val;
78 SetDirty();
79 }
80}
81
82float Tr2SpriteObjectBase::GetDisplayY() const
83{

Callers 3

UpdateValueMethod · 0.80
SetEmptyProjectionMethod · 0.80
UpdateValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected