Class AssetsContainer
Assets Container allows to load collection of assets and keep references to them.
Inheritance
AssetsContainer
Inherited Members
AssetsContainer
AssetsContainer
Assembly: FlaxEngine.dll
File: Engine/Content/AssetsContainer.h
Syntax
public class AssetsContainer : public Array
Methods
LoadAsync(const Guid& id)
Loads an asset.
Declaration
public T* LoadAsync(const Guid& id)
Parameters
Guid
id
The asset id. |
Returns
T
Loaded asset of null. |
Type Parameters
typename T
|
ReleaseAll()
Release all referenced assets.
Declaration
public void ReleaseAll()