Class AudioExportCollection
Inheritance
System.Object
SingleExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_83.IAudioClip>
AudioExportCollection
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()
Namespace: AssetRipper.Export.PrimaryContent.Audio
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public sealed class AudioExportCollection : SingleExportCollection<IAudioClip>
Properties
| Improve this Doc View SourceExportExtension
Declaration
protected override string ExportExtension { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceExportInner(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 |