Show / Hide Table of Contents

Class LightmapTextureAssetExporter

Inheritance
System.Object
BinaryAssetExporter
LightmapTextureAssetExporter
Implements
IAssetExporter
Inherited Members
BinaryAssetExporter.Export(IExportContainer, IUnityObjectBase, String, FileSystem, Nullable<Action<IExportContainer, IUnityObjectBase, String, FileSystem>>)
BinaryAssetExporter.Export(IExportContainer, IEnumerable<IUnityObjectBase>, String, FileSystem)
BinaryAssetExporter.Export(IExportContainer, IEnumerable<IUnityObjectBase>, String, FileSystem, Nullable<Action<IExportContainer, IUnityObjectBase, String, FileSystem>>)
BinaryAssetExporter.ToExportType(IUnityObjectBase)
BinaryAssetExporter.ToUnknownExportType(Type, AssetType)
BinaryAssetExporter.IsValidData(Byte[])
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 LightmapTextureAssetExporter : BinaryAssetExporter, IAssetExporter

Constructors

| Improve this Doc View Source

LightmapTextureAssetExporter(ImageExportFormat)

Declaration
public LightmapTextureAssetExporter(ImageExportFormat imageExportFormat)
Parameters
Type Name Description
ImageExportFormat imageExportFormat

Properties

| Improve this Doc View Source

ImageExportFormat

Declaration
public ImageExportFormat ImageExportFormat { get; }
Property Value
Type Description
ImageExportFormat

Methods

| Improve this Doc View Source

CreateImporter(IExportContainer)

Declaration
protected override IUnityObjectBase CreateImporter(IExportContainer container)
Parameters
Type Name Description
IExportContainer container
Returns
Type Description
IUnityObjectBase
| Improve this Doc View Source

Export(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
BinaryAssetExporter.Export(IExportContainer, IUnityObjectBase, String, FileSystem)
| 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
| Improve this Doc View Source

TryCreateCollection(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
Overrides
BinaryAssetExporter.TryCreateCollection(IUnityObjectBase, out IExportCollection)

Implements

IAssetExporter
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾