ezEngine Release 26.9
Loading...
Searching...
No Matches
ezTerrainModifyMode2D Struct Reference

Brush modes available on a 2D (heightfield-style) terrain brush. More...

#include <TerrainBrush2DComponent.h>

Inheritance diagram for ezTerrainModifyMode2D:

Public Types

enum  Enum : ezUInt8 {
  Max = 0 , Min = 1 , Set = 2 , OnlyPaint2D = 5 ,
  Default = Max
}
 
using StorageType = ezUInt8
 

Detailed Description

Brush modes available on a 2D (heightfield-style) terrain brush.

Member Enumeration Documentation

◆ Enum

Enumerator
Max 

Only raises terrain toward the brush height.

Min 

Only lowers terrain toward the brush height.

Set 

Forces terrain to the brush height.

OnlyPaint2D 

Does not modify height values; paints material using 2D SDF projection.


The documentation for this struct was generated from the following file: