Version: 2017.1

AudioImporter.SetOverrideSampleSettings

매뉴얼로 전환
public bool SetOverrideSampleSettings (string platform, AudioImporterSampleSettings settings);

파라미터

platform The platform which will have the sample settings overridden.
settings The override settings for the given platform.

반환

bool Returns true if the settings were successfully overriden. Some setting overrides are not possible for the given platform, in which case false is returned and the settings are not registered.

설명

Sets the override sample settings for the given platform.

For some target platforms, it is desirable to override the audio importer settings to performance or other reasons. This function allows a given platform to have override settings registered.

The options for the platform string are "WebPlayer", "Standalone", "iOS", "Android", "WebGL", "PS4", "PSP2", "XBoxOne", "Samsung TV".