MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setAssetInternal

Method setAssetInternal

Engine/source/assets/assetBase.cpp:183–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181//-----------------------------------------------------------------------------
182
183void AssetBase::setAssetInternal(const bool assetInternal)
184{
185 // Ignore no change,
186 if (mpAssetDefinition->mAssetInternal == assetInternal)
187 return;
188
189 // Update.
190 mpAssetDefinition->mAssetInternal = assetInternal;
191
192 // Refresh the asset.
193 refreshAsset();
194}
195
196//-----------------------------------------------------------------------------
197

Callers 1

copyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected