TerrainLoadHeightmapBuffer Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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