Method GetProfileDataById
GetProfileDataById(string)
Get the profile specific data for a given profile id.
선언
public AddressableAssetProfileSettings.ProfileIdData GetProfileDataById(string id)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | id | The profile id you're requesting data for. |
반환
타입 | 설명 |
---|---|
AddressableAssetProfileSettings.ProfileIdData | A ProfileIdData with information about a specific profile. |