Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Engine/Level/Actor.cpp:190–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
String Actor::ToString() const
191
{
192
auto& type = GetType();
193
return String::Format(TEXT(
"{0} ({1}; {2})"
), _name, type.ToString(), _id);
194
}
195
196
void Actor::OnDeleteObject()
197
{
Callers
15
SetupTargetEnvironment
Method · 0.45
SetupTargetEnvironment
Method · 0.45
Initialize
Method · 0.45
SetAxisConfigByName
Method · 0.45
SetActionConfigByName
Method · 0.45
BooleanFailureMessage
Method · 0.45
PrettyPrint
Method · 0.45
Actor.cpp
File · 0.45
Serialize
Method · 0.45
GetNamePath
Method · 0.45
Serialize
Method · 0.45
GetSubTags
Method · 0.45
Calls
2
GetType
Function · 0.85
Format
Function · 0.50
Tested by
no test coverage detected