Class AudioClipExporter
Inheritance
System.Object
AudioClipExporter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public sealed class AudioClipExporter : BinaryAssetExporter, IAssetExporter
Constructors
|
Improve this Doc
View Source
AudioClipExporter(LibraryConfiguration)
Declaration
public AudioClipExporter(LibraryConfiguration configuration)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public AudioExportFormat AudioFormat { get; }
Property Value
Methods
|
Improve this Doc
View Source
Export(IExportContainer, IUnityObjectBase, String, FileSystem)
Declaration
public override bool Export(IExportContainer container, IUnityObjectBase asset, string path, FileSystem fileSystem)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Declaration
public static bool IsSupportedExportFormat(AudioExportFormat format)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryCreateCollection(IUnityObjectBase, out IExportCollection)
Declaration
public override bool TryCreateCollection(IUnityObjectBase asset, out IExportCollection exportCollection)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements