C# 클래스 UnityEditor.AudioImporter

Audio importer lets you modify AudioClip import settings from editor scripts.

상속: AssetImporter
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Internal_ClearSampleSettingOverride bool
Internal_ContainsSampleSettingsOverride bool
Internal_GetLoadInBackground bool
Internal_GetOverrideSampleSettings AudioImporterSampleSettings
Internal_GetPreloadAudioData bool
Internal_SetLoadInBackground void
Internal_SetOverrideSampleSettings bool
Internal_SetPreloadAudioData void
maxBitrate int
minBitrate int
updateOrigData void

공개 메소드들

메소드 설명
ClearSampleSettingOverride ( string platform ) : bool

Clears the sample settings override for the given platform.

ContainsSampleSettingsOverride ( string platform ) : bool

Returns whether a given build target has its sample settings currently overridden.

GetOverrideSampleSettings ( string platform ) : AudioImporterSampleSettings

Return the current override settings for the given platform.

SetOverrideSampleSettings ( string platform, AudioImporterSampleSettings settings ) : bool

Sets the override sample settings for the given platform.

비공개 메소드들

메소드 설명
Internal_ClearSampleSettingOverride ( BuildTargetGroup platform ) : bool
Internal_ContainsSampleSettingsOverride ( BuildTargetGroup platformGroup ) : bool
Internal_GetLoadInBackground ( ) : bool
Internal_GetOverrideSampleSettings ( BuildTargetGroup platformGroup ) : AudioImporterSampleSettings
Internal_GetPreloadAudioData ( ) : bool
Internal_SetLoadInBackground ( bool flag ) : void
Internal_SetOverrideSampleSettings ( BuildTargetGroup platformGroup, AudioImporterSampleSettings settings ) : bool
Internal_SetPreloadAudioData ( bool flag ) : void
maxBitrate ( AudioType type ) : int
minBitrate ( AudioType type ) : int
updateOrigData ( ) : void

메소드 상세

ClearSampleSettingOverride() 공개 메소드

Clears the sample settings override for the given platform.

public ClearSampleSettingOverride ( string platform ) : bool
platform string The platform to clear the overrides for.
리턴 bool

ContainsSampleSettingsOverride() 공개 메소드

Returns whether a given build target has its sample settings currently overridden.

public ContainsSampleSettingsOverride ( string platform ) : bool
platform string The platform to query if this AudioImporter has an override for.
리턴 bool

GetOverrideSampleSettings() 공개 메소드

Return the current override settings for the given platform.

public GetOverrideSampleSettings ( string platform ) : AudioImporterSampleSettings
platform string The platform to get the override settings for.
리턴 AudioImporterSampleSettings

SetOverrideSampleSettings() 공개 메소드

Sets the override sample settings for the given platform.

public SetOverrideSampleSettings ( string platform, AudioImporterSampleSettings settings ) : bool
platform string The platform which will have the sample settings overridden.
settings AudioImporterSampleSettings The override settings for the given platform.
리턴 bool