Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Set
Method
Set
Source/Engine/Content/AssetReference.h:243–246 ·
view source on GitHub ↗
Sets the asset reference. The asset.
Source
from the content-addressed store, hash-verified
241
/// </summary>
242
/// <param name=
"asset"
>The asset.</param>
243
void Set(T* asset)
244
{
245
OnSet((Asset*)asset);
246
}
247
};
248
249
template<typename T>
Callers
6
Import
Method · 0.45
ImportPo
Method · 0.45
Mark
Method · 0.45
load
Method · 0.45
load
Method · 0.45
SkeletonMask.cpp
File · 0.45
Calls
1
OnSet
Function · 0.85
Tested by
no test coverage detected