Property AssetLoadMode
AssetLoadMode
Determines how Assets are loaded when accessed.
선언
public AssetLoadMode AssetLoadMode { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
AssetLoadMode |
참고
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.