Table of Contents

Struct HeightmapParser.HeightmapResult

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Heightmap parsing result

public struct HeightmapParser.HeightmapResult

Fields

HeightData

public NativeArray<float> HeightData

Field Value

NativeArray<float>

HeightRange

public float HeightRange

Field Value

float

IsSuccess

public bool IsSuccess

Field Value

bool

MaxHeight

public float MaxHeight

Field Value

float

MinHeight

public float MinHeight

Field Value

float

PixelData

public BMPParser.BMPPixelData PixelData

Field Value

BMPParser.BMPPixelData

Properties

Height

public int Height { get; }

Property Value

int

Width

public int Width { get; }

Property Value

int

Methods

Dispose()

public void Dispose()