Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void Tr2SpriteObjectBase::SetDirty()
46
{
47
m_isDirty = true;
48
if( m_parent )
49
{
50
m_parent->SetChildDirty( this );
51
}
52
}
53
54
bool Tr2SpriteObjectBase::GetDisplay() const
55
{
Callers
6
PyAppendVertices
Method · 0.45
PySetVertices
Method · 0.45
PyAppendTriangles
Method · 0.45
PyAppendVertices
Method · 0.45
PySetVertices
Method · 0.45
ReleaseResources
Method · 0.45
Calls
1
SetChildDirty
Method · 0.45
Tested by
no test coverage detected