Class AudioMixerExportCollection
Inheritance
System.Object
AssetExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_240.IAudioMixer>
AssetsExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_240.IAudioMixer>
AudioMixerExportCollection
Implements
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.UnityProjects.AudioMixers
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class AudioMixerExportCollection : AssetsExportCollection<IAudioMixer>, IExportCollection
Constructors
| Improve this Doc View SourceAudioMixerExportCollection(IAssetExporter, IAudioMixer)
Declaration
public AudioMixerExportCollection(IAssetExporter assetExporter, IAudioMixer mixer)
Parameters
Type | Name | Description |
---|---|---|
IAssetExporter | assetExporter | |
AssetRipper.SourceGenerated.Classes.ClassID_240.IAudioMixer | mixer |
Methods
| Improve this Doc View SourceExportInner(IExportContainer, String, String, FileSystem)
Declaration
protected override bool ExportInner(IExportContainer container, string filePath, string dirPath, FileSystem fileSystem)
Parameters
Type | Name | Description |
---|---|---|
IExportContainer | container | |
System.String | filePath | |
System.String | dirPath | |
FileSystem | fileSystem |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
AssetRipper.Export.UnityProjects.Project.AssetsExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_240.IAudioMixer>.ExportInner(AssetRipper.Export.UnityProjects.IExportContainer, System.String, System.String, FileSystem)
|
Improve this Doc
View Source
GenerateExportID(IUnityObjectBase)
Declaration
protected override long GenerateExportID(IUnityObjectBase asset)
Parameters
Type | Name | Description |
---|---|---|
IUnityObjectBase | asset |
Returns
Type | Description |
---|---|
System.Int64 |
Overrides
AssetRipper.Export.UnityProjects.Project.AssetsExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_240.IAudioMixer>.GenerateExportID(AssetRipper.Assets.IUnityObjectBase)