ContainsSampleSettingsOverride
Returns whether the sample settings for a specified build target are currently overridden.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
ContainsSampleSettingsOverride(string)
Returns whether the sample settings for a specified build target are currently overridden.
public bool ContainsSampleSettingsOverride(string platform)
Parameters
The platform for which to query if this AudioImporter has an override.
See BuildTargetGroup for the complete list of options and type the desired platform enum name in the form of a string.
Returns
Type | Description |
|---|---|
| bool | Returns true if the platform is currently overriden in this AudioImporter. |
ContainsSampleSettingsOverride(BuildTargetGroup)
Returns whether the sample settings for a specified build target are currently overridden.
public bool ContainsSampleSettingsOverride(BuildTargetGroup platformGroup)
Parameters
The platform for which to query if this AudioImporter has an override.
See BuildTargetGroup for the complete list of options.
Returns
Type | Description |
|---|---|
| bool | Returns true if the platform is currently overriden in this AudioImporter. |