Class TerrainHeatmapExporter
Inheritance
System.Object
TerrainHeatmapExporter
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.PrimaryContent.Textures
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public sealed class TerrainHeatmapExporter : IContentExtractor
Constructors
| Improve this Doc View SourceTerrainHeatmapExporter(ImageExportFormat)
Declaration
public TerrainHeatmapExporter(ImageExportFormat imageFormat)
Parameters
Type | Name | Description |
---|---|---|
ImageExportFormat | imageFormat |
Properties
| Improve this Doc View SourceImageFormat
Declaration
public ImageExportFormat ImageFormat { get; }
Property Value
Type | Description |
---|---|
ImageExportFormat |
Methods
| Improve this Doc View SourceExport(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 |
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 |