Component:AssetLoadStatus

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
AssetLoadStatus component as seen in the Scene Inspector


Introduction

This is a component that tracks the load status of a list of assets locally.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Assets list of IAsset List of assets that the component should listen to for loading status
IsLoaded raw output of Bool Are all the assets in Assets list loaded?
LoadProgress raw output of Float The ratio of "how many assets are loaded" to the total asset count.
ProgressWeight raw output of Float The total count of assets in Assets.

Behavior

This component returns a ratio of how many of the given assets are actually loaded.

Examples

Related Components