Interface IDeformSurfaceUserToolStateConfig
Inherited Members
Namespace: Fwt.HexTerrains.UserTools.SM.Configs
Assembly: fwt.hexterrains.dll
Syntax
public interface IDeformSurfaceUserToolStateConfig : IHexTerrainLayerGroupBrushUserToolStateConfig, IHexTerrainBrushUserToolStateConfig, IHexTerrainUserToolStateConfig, IUserToolStateConfig
Properties
InvertKey
If this key is pressed, the value applied to brush target is inverted
Declaration
KeyCode InvertKey { get; set; }
Property Value
| Type | Description |
|---|---|
| KeyCode |
TurboKey
If this key is pressed, the delta height value will be multiplied by Turbo Koeffitient
Declaration
KeyCode TurboKey { get; set; }
Property Value
| Type | Description |
|---|---|
| KeyCode |
TurboKoeffitient
Delta height multiplier that is applied if TurboKey is pressed
Declaration
float TurboKoeffitient { get; set; }
Property Value
| Type | Description |
|---|---|
| float |