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

Method SetDisplayHeight

trinity/Sprite2d/Tr2SpriteObject.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Tr2SpriteObjectBase::SetDisplayHeight( float val )
116{
117 if( val != m_displayHeight )
118 {
119 m_displayHeight = val;
120 SetDirty();
121 }
122}
123
124bool Tr2SpriteObjectBase::OnModified( Be::Var* value )
125{

Callers 2

UpdateValueMethod · 0.80
SetEmptyProjectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected