Show / Hide Table of Contents

Class AudioExportCollection

Inheritance
System.Object
ExportCollectionBase
SingleExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_83.IAudioClip>
AudioExportCollection
Inherited Members
SingleExportCollection<IAudioClip>.Export(String, FileSystem)
SingleExportCollection<IAudioClip>.Contains(IUnityObjectBase)
SingleExportCollection<IAudioClip>.ContentExtractor
SingleExportCollection<IAudioClip>.Assets
SingleExportCollection<IAudioClip>.Name
SingleExportCollection<IAudioClip>.Asset
ExportCollectionBase.ExportAsset(IUnityObjectBase, String, String, FileSystem)
ExportCollectionBase.GetUniqueFileName(IUnityObjectBase, String, FileSystem)
ExportCollectionBase.GetUniqueFileName(String, String, FileSystem)
ExportCollectionBase.ExportableAssets
ExportCollectionBase.Exportable
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()
Namespace: AssetRipper.Export.PrimaryContent.Audio
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public sealed class AudioExportCollection : SingleExportCollection<IAudioClip>

Properties

| Improve this Doc View Source

ExportExtension

Declaration
protected override string ExportExtension { get; }
Property Value
Type Description
System.String
Overrides
ExportCollectionBase.ExportExtension

Methods

| Improve this Doc View Source

ExportInner(String, String, FileSystem)

Declaration
protected override bool ExportInner(string filePath, string dirPath, FileSystem fileSystem)
Parameters
Type Name Description
System.String filePath
System.String dirPath
FileSystem fileSystem
Returns
Type Description
System.Boolean
Overrides
AssetRipper.Export.PrimaryContent.SingleExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_83.IAudioClip>.ExportInner(System.String, System.String, FileSystem)
| Improve this Doc View Source

TryCreate(AudioContentExtractor, IAudioClip, out AudioExportCollection)

Declaration
public static bool TryCreate(AudioContentExtractor contentExtractor, IAudioClip asset, out AudioExportCollection exportCollection)
Parameters
Type Name Description
AudioContentExtractor contentExtractor
AssetRipper.SourceGenerated.Classes.ClassID_83.IAudioClip asset
AudioExportCollection exportCollection
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾