Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Engine/Content/Asset.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
String AssetReferenceBase::ToString() const
56
{
57
return _asset ? _asset->ToString() : TEXT(
"<null>"
);
58
}
59
60
void AssetReferenceBase::OnAssetChanged(Asset* asset, void* caller)
61
{
Callers
5
Create
Method · 0.45
Import
Method · 0.45
CreateInstance
Method · 0.45
OnDeleteObject
Method · 0.45
walkTree
Function · 0.45
Calls
4
GetID
Function · 0.85
GetPath
Function · 0.85
Format
Function · 0.50
IsValid
Method · 0.45
Tested by
no test coverage detected