MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AddTag

Method AddTag

Source/Engine/Level/Actor.cpp:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625void Actor::AddTag(const Tag& tag)
626{
627 Tags.AddUnique(tag);
628}
629
630void Actor::AddTagRecursive(const Tag& tag)
631{

Callers

nothing calls this directly

Calls 1

AddUniqueMethod · 0.80

Tested by

no test coverage detected