Property AssetLoadMode
AssetLoadMode
Determines how Assets are loaded when accessed.
Declaration
public AssetLoadMode AssetLoadMode { get; set; }
Property Value
Type | Description |
---|---|
AssetLoadMode |
Remarks
Requested Asset And Dependencies, will only load the requested Asset (Recommended). All Packed Assets And Dependencies, will load all Assets that are packed together. Best used when loading all Assets into memory is required.