Constructor ProfileIdData
ProfileIdData(string, string, bool)
Create a new ProfileIdData.
선언
public ProfileIdData(string entryId, string entryName, bool inline)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | entryId | The unique ID for this ProfileIdData |
string | entryName | The name of the ProfileIdData. ProfileIdData names should be unique in a given AddressableAssetProfileSettings. |
bool | inline | False by default, this informs the BuildProifleSettingsEditor on if it should evaluate the ProfileIdData directly (true) or get the value by Id first before evaluation (false). |