Class TextureExportCollection
Inheritance
System.Object
AssetExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_28.ITexture2D>
AssetsExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_28.ITexture2D>
TextureExportCollection
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 class TextureExportCollection : AssetsExportCollection<ITexture2D>, IExportCollection
Constructors
| Improve this Doc View SourceTextureExportCollection(TextureAssetExporter, SpriteInformationObject, Boolean)
Declaration
public TextureExportCollection(TextureAssetExporter assetExporter, SpriteInformationObject spriteInformationObject, bool exportSprites)
Parameters
Type | Name | Description |
---|---|---|
TextureAssetExporter | assetExporter | |
SpriteInformationObject | spriteInformationObject | |
System.Boolean | exportSprites |
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.SourceGenerated.Classes.ClassID_28.ITexture2D>.CreateImporter(AssetRipper.Export.UnityProjects.IExportContainer)
|
Improve this Doc
View Source
ExportInner(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_28.ITexture2D>.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_28.ITexture2D>.GenerateExportID(AssetRipper.Assets.IUnityObjectBase)
|
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 |