C# Class UnityEditor.DetailPainter

显示文件 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_oe property

public Brush,UnityEditor brush
return Brush

clearSelectedOnly public_oe property

public bool clearSelectedOnly
return bool

opacity public_oe property

public float opacity
return float

randomizeDetails public_oe property

public bool randomizeDetails
return bool

size public_oe property

public int size
return int

targetStrength public_oe property

public float targetStrength
return float

terrainData public_oe property

public TerrainData,UnityEngine terrainData
return UnityEngine.TerrainData

tool public_oe property

public TerrainTool tool
return TerrainTool