MCPcopy 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
249template<typename T>

Callers 6

ImportMethod · 0.45
ImportPoMethod · 0.45
MarkMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45
SkeletonMask.cppFile · 0.45

Calls 1

OnSetFunction · 0.85

Tested by

no test coverage detected