Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

platform

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

boolReturns 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

platformGroup

The platform for which to query if this AudioImporter has an override.
See BuildTargetGroup for the complete list of options.

Returns

Type

Description

boolReturns true if the platform is currently overriden in this AudioImporter.