Method CreateAssetReference
CreateAssetReference(string)
Create an AssetReference object. If the asset is not already addressable, it will be added.
선언
public AssetReference CreateAssetReference(string guid)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The guid of the asset reference. |
반환
타입 | 설명 |
---|---|
AssetReference | Returns the newly created AssetReference. |