Class TextureArrayAssetExporter
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.Textures
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public sealed class TextureArrayAssetExporter : BinaryAssetExporter, IAssetExporter
Constructors
| Improve this Doc View SourceTextureArrayAssetExporter(LibraryConfiguration)
Declaration
public TextureArrayAssetExporter(LibraryConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
LibraryConfiguration | configuration |
Properties
| Improve this Doc View SourceImageExportFormat
Declaration
public ImageExportFormat ImageExportFormat { get; }
Property Value
Type | Description |
---|---|
ImageExportFormat |
Methods
| Improve this Doc View SourceExport(IExportContainer, IUnityObjectBase, String, FileSystem)
Declaration
public override bool Export(IExportContainer container, IUnityObjectBase asset, string path, FileSystem fileSystem)
Parameters
Type | Name | Description |
---|---|---|
IExportContainer | container | |
IUnityObjectBase | asset | |
System.String | path | |
FileSystem | fileSystem |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceTryCreateCollection(IUnityObjectBase, out IExportCollection)
Declaration
public override bool TryCreateCollection(IUnityObjectBase asset, out IExportCollection exportCollection)
Parameters
Type | Name | Description |
---|---|---|
IUnityObjectBase | asset | |
IExportCollection | exportCollection |
Returns
Type | Description |
---|---|
System.Boolean |