C# Class UnityEditor.DetailPainter

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
brush Brush
clearSelectedOnly bool
opacity float
randomizeDetails bool
size int
targetStrength float
terrainData UnityEngine.TerrainData
tool TerrainTool

Public Methods

Method Description
Paint ( float xCenterNormalized, float yCenterNormalized, int detailIndex ) : void

Method Details

Paint() public method

public Paint ( float xCenterNormalized, float yCenterNormalized, int detailIndex ) : void
xCenterNormalized float
yCenterNormalized float
detailIndex int
return void

Property Details

brush public property

public Brush,UnityEditor brush
return Brush

clearSelectedOnly public property

public bool clearSelectedOnly
return bool

opacity public property

public float opacity
return float

randomizeDetails public property

public bool randomizeDetails
return bool

size public property

public int size
return int

targetStrength public property

public float targetStrength
return float

terrainData public property

public TerrainData,UnityEngine terrainData
return UnityEngine.TerrainData

tool public property

public TerrainTool tool
return TerrainTool