Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Engine/Scripting/Script.cpp:242–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
String Script::ToString() const
243
{
244
const auto& type = GetType();
245
return type.ToString();
246
}
247
248
void Script::OnDeleteObject()
249
{
Callers
15
ParseVertexElementType
Method · 0.45
OnParse
Method · 0.45
Process
Method · 0.45
OnParseBefore
Method · 0.45
Process
Method · 0.45
Write
Method · 0.45
NewObject
Method · 0.45
RegisterObject
Method · 0.45
WriteJson
Method · 0.45
Serialize
Method · 0.45
SerializeDiff
Method · 0.45
Serialize
Method · 0.45
Calls
1
GetType
Function · 0.85
Tested by
no test coverage detected