Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
625
void Actor::AddTag(const Tag& tag)
626
{
627
Tags.AddUnique(tag);
628
}
629
630
void Actor::AddTagRecursive(const Tag& tag)
631
{
Callers
nothing calls this directly
Calls
1
AddUnique
Method · 0.80
Tested by
no test coverage detected