Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Engine/Utilities/State.cs:57–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
56
/// <inheritdoc />
57
public override string ToString()
58
{
59
return GetType().Name;
60
}
61
}
62
}
Callers
2
RemovePathRelativeParts
Method · 0.45
GetTypeName
Method · 0.45
Calls
1
GetType
Function · 0.85
Tested by
no test coverage detected