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