Method GetSettingsAsset
GetSettingsAsset(Hash128)
Gets the IEntitiesPlayerSettings settings asset corresponding to the guid.
Declaration
public IEntitiesPlayerSettings GetSettingsAsset(Hash128 guid)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | guid | The unique ID of the build settings asset. |
Returns
Type | Description |
---|---|
IEntitiesPlayerSettings | Returns the settings asset corresponding to the guid, or null if not found. |