Class TextureArrayAssetExportCollection
Inheritance
System.Object
TextureArrayAssetExportCollection
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 TextureArrayAssetExportCollection : AssetExportCollection<IUnityObjectBase>, IExportCollection
Constructors
| Improve this Doc View SourceTextureArrayAssetExportCollection(TextureArrayAssetExporter, IUnityObjectBase)
Declaration
public TextureArrayAssetExportCollection(TextureArrayAssetExporter assetExporter, IUnityObjectBase asset)
Parameters
Type | Name | Description |
---|---|---|
TextureArrayAssetExporter | assetExporter | |
IUnityObjectBase | asset |
Methods
| Improve this Doc View SourceCreateImporter(IExportContainer)
Declaration
protected override IUnityObjectBase CreateImporter(IExportContainer container)
Parameters
Type | Name | Description |
---|---|---|
IExportContainer | container |
Returns
Type | Description |
---|---|
IUnityObjectBase |
Overrides
AssetRipper.Export.UnityProjects.AssetExportCollection<AssetRipper.Assets.IUnityObjectBase>.CreateImporter(AssetRipper.Export.UnityProjects.IExportContainer)
|
Improve this Doc
View Source
GetExportExtension(IUnityObjectBase)
Declaration
protected override string GetExportExtension(IUnityObjectBase asset)
Parameters
Type | Name | Description |
---|---|---|
IUnityObjectBase | asset |
Returns
Type | Description |
---|---|
System.String |