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

Method SetDirty

trinity/Sprite2d/Tr2SpriteObject.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void Tr2SpriteObjectBase::SetDirty()
46{
47 m_isDirty = true;
48 if( m_parent )
49 {
50 m_parent->SetChildDirty( this );
51 }
52}
53
54bool Tr2SpriteObjectBase::GetDisplay() const
55{

Callers 6

PyAppendVerticesMethod · 0.45
PySetVerticesMethod · 0.45
PyAppendTrianglesMethod · 0.45
PyAppendVerticesMethod · 0.45
PySetVerticesMethod · 0.45
ReleaseResourcesMethod · 0.45

Calls 1

SetChildDirtyMethod · 0.45

Tested by

no test coverage detected