Class LoadAssetDataTask
Asset data loading task object.
Assembly: FlaxEngine.dll
File: Engine/Content/Loading/Tasks/LoadAssetDataTask.h
Syntax
public class LoadAssetDataTask : public ContentLoadTask
Constructors
LoadAssetDataTask(BinaryAsset* asset, AssetChunksFlag chunks)
Initializes a new instance of the LoadAssetDataTask class.
Declaration
public LoadAssetDataTask(BinaryAsset* asset, AssetChunksFlag chunks)
Parameters
BinaryAsset
asset
The asset to load. |
AssetChunksFlag
chunks
The chunks to load. |
Methods
HasReference(Object* obj)
Determines whether the specified object has reference to the given object.
Declaration
public virtual bool HasReference(Object* obj) const override
Parameters
Object
obj
The object. |
Returns
bool
True if the specified object has reference to the given object, otherwise false. |