Show / Hide Table of Contents

Class TerrainHeatmapExporter

Inheritance
System.Object
TerrainHeatmapExporter
Implements
IContentExtractor
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.PrimaryContent.Textures
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public sealed class TerrainHeatmapExporter : IContentExtractor

Constructors

| Improve this Doc View Source

TerrainHeatmapExporter(ImageExportFormat)

Declaration
public TerrainHeatmapExporter(ImageExportFormat imageFormat)
Parameters
Type Name Description
ImageExportFormat imageFormat

Properties

| Improve this Doc View Source

ImageFormat

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

Methods

| Improve this Doc View Source

Export(IUnityObjectBase, String, FileSystem)

Declaration
public bool Export(IUnityObjectBase asset, string path, FileSystem fileSystem)
Parameters
Type Name Description
IUnityObjectBase asset
System.String path
FileSystem fileSystem
Returns
Type Description
System.Boolean
| Improve this Doc View Source

TryCreateCollection(IUnityObjectBase, out ExportCollectionBase)

Declaration
public bool TryCreateCollection(IUnityObjectBase asset, out ExportCollectionBase exportCollection)
Parameters
Type Name Description
IUnityObjectBase asset
ExportCollectionBase exportCollection
Returns
Type Description
System.Boolean

Implements

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