LoadAsync
Purpose
: Asynchronously loads data and applies it to a Transform object.
Parameters
:
key: A string used to generate the load path.
transform: The Transform object to apply the loaded data to.
cancellationToken: A token to signal cancellation.
Return Value
: An async Task.
Sample uses:
Sample uses for multiple objects:
Last updated