Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ set
Method
set
Engine/source/assets/assetQuery.h:83–83 ·
view source on GitHub ↗
Set assets.
Source
from the content-addressed store, hash-verified
81
82
/// Set assets.
83
inline void set( const AssetQuery& assetQuery ) { this->mAssetList = assetQuery.mAssetList; }
84
85
/// Declare Console Object.
86
DECLARE_CONOBJECT( AssetQuery );
Callers
8
findAssetCategory
Method · 0.45
findAssetAutoUnload
Method · 0.45
findAssetInternal
Method · 0.45
findAssetPrivate
Method · 0.45
findAssetType
Method · 0.45
findTaggedAssets
Method · 0.45
findAssetLooseFile
Method · 0.45
assetQuery_ScriptBinding.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected