Click or drag to resize

TerrainLoadHeightmapBuffer Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool LoadHeightmapBuffer(
	string realFileName,
	int demandedHeightmapSize,
	out float[,] heightmapBuffer,
	out string error
)

Parameters

realFileName
Type: SystemString
demandedHeightmapSize
Type: SystemInt32
heightmapBuffer
Type: SystemSingle
error
Type: SystemString

Return Value

Type: Boolean
See Also