Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Insert
Method
Insert
Source/Engine/CSG/CSGData.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
Node* Insert(ChartType chart)
52
{
53
return _root.Insert(chart->Size.X, chart->Size.Y, chart, _atlasSize);
54
}
55
};
56
}
57
Callers
1
ToModelData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected