MCPcopy Create free account
hub / github.com/Illation/ETEngine / EntityLink

Method EntityLink

Engine/source/EtFramework/SceneGraph/EntityLink.cpp:33–36  ·  view source on GitHub ↗

------------------- EntityLink::c-tor also register a copy of the link

Source from the content-addressed store, hash-verified

31// also register a copy of the link
32//
33EntityLink::EntityLink(EntityLink const& other)
34{
35 *this = other;
36}
37
38//----------------
39// EntityLink:: =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected