Click or drag to resize

TerrainLoadHeightmapBuffer Method


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

Parameters

realFileName  String
 
demandedHeightmapSize  Int32
 
heightmapBuffer  Single
 
error  String
 

Return Value

Boolean
See Also