Свойство | Тип | Описание | |
---|---|---|---|
_heightmap |
Метод | Описание | |
---|---|---|
CheckHeightmap ( ) : bool |
|
|
RenderHeight ( int x, int y, float source, float boundDiff ) : void |
|
|
SetHeightmapSize ( int width, int height ) : void |
Sets the new size for the target heightmap.
|
protected RenderHeight ( int x, int y, float source, float boundDiff ) : void | ||
x | int | |
y | int | |
source | float | |
boundDiff | float | |
Результат | void |
protected SetHeightmapSize ( int width, int height ) : void | ||
width | int | width The new width for the heightmap |
height | int | height The new height for the heightmap |
Результат | void |