MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetAssets

Function GetAssets

Source/Engine/Content/Content.h:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 /// <returns>Found actors list.</returns>
143 template<typename T>
144 static Array<T*, HeapAllocation> GetAssets()
145 {
146 Array<Asset*, HeapAllocation> assets = GetAssets(T::GetStaticClass());
147 return *(Array<T*, HeapAllocation>*) & assets;
148 }
149
150 /// <summary>
151 /// Gets the raw dictionary of assets (loaded or during load).

Callers 3

ReleaseObjectsFunction · 0.85
DrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected