MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~AssetReferenceBase

Method ~AssetReferenceBase

Source/Engine/Content/Asset.cpp:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45AssetReferenceBase::~AssetReferenceBase()
46{
47 Asset* asset = _asset;
48 if (asset)
49 {
50 _asset = nullptr;
51 asset->RemoveReference(this);
52 }
53}
54
55String AssetReferenceBase::ToString() const
56{

Callers

nothing calls this directly

Calls 1

RemoveReferenceMethod · 0.45

Tested by

no test coverage detected