Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ RTTLayerNode
Method
RTTLayerNode
UnitTests/UnitTest_TextureAnimations/MyGUI_RTTLayerNode.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
15
RTTLayerNode::RTTLayerNode(ILayer* _layer, ILayerNode* _parent) :
16
LayerNode(_layer, _parent)
17
{
18
mTimer.reset();
19
}
20
21
RTTLayerNode::~RTTLayerNode()
22
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected