Method LoadAsset
LoadAsset<TObject>(IResourceLocation)
Load a single asset
선언
[Obsolete]
public static AsyncOperationHandle<TObject> LoadAsset<TObject>(IResourceLocation location)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IResourceLocation | location | The location of the asset. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<TObject> | Returns the load operation. |
타입 파라미터
이름 | 설명 |
---|---|
TObject | The type of the asset. |
참고
LoadAssetAsync<TObject>(IResourceLocation)
LoadAsset<TObject>(object)
Load a single asset
선언
[Obsolete]
public static AsyncOperationHandle<TObject> LoadAsset<TObject>(object key)
파라미터
타입 | 이름 | 설명 |
---|---|---|
object | key | The key of the location of the asset. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<TObject> | Returns the load operation. |
타입 파라미터
이름 | 설명 |
---|---|
TObject | The type of the asset. |
참고
LoadAssetAsync<TObject>(object)