Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LoadAsset< T >()
void
ReLogic.Content.AssetRepository.LoadAsset< T >
(
Asset
< T >
asset
,
AssetRequestMode
mode
)
inline
private
Type Constraints
T
:
class
Definition at line
230
of file
AssetRepository.cs
.
230
:
class
231
{
232
if
(mode != 0)
233
{
234
Task
loadTask
=
LoadAssetWithPotentialAsync
(asset, mode);
235
asset.Wait =
delegate
236
{
237
SafelyWaitForLoad
(asset,
loadTask
,
tracked
:
true
);
238
};
239
}
240
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Threading.Tasks.Task
Definition
Task.cs:14
ReLogic
Content
AssetRepository
Generated by
1.10.0