C# 클래스 UnityEditor.TreePainter

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allowHeightVar bool
allowWidthVar bool
brushSize float
lockWidthToHeight bool
randomRotation bool
selectedTree int
spacing float
treeColorAdjustment float
treeHeight float
treeHeightVariation float
treeWidth float
treeWidthVariation float

공개 메소드들

메소드 설명
MassPlaceTrees ( TerrainData terrainData, int numberOfTrees, bool randomTreeColor, bool keepExistingTrees ) : void
PlaceTrees ( Terrain terrain, float xBase, float yBase ) : void
RemoveTrees ( Terrain terrain, float xBase, float yBase, bool clearSelectedOnly ) : void

비공개 메소드들

메소드 설명
GetTreeColor ( ) : Color
GetTreeHeight ( ) : float
GetTreeRotation ( ) : float
GetTreeWidth ( ) : float

메소드 상세

MassPlaceTrees() 공개 정적인 메소드

public static MassPlaceTrees ( TerrainData terrainData, int numberOfTrees, bool randomTreeColor, bool keepExistingTrees ) : void
terrainData UnityEngine.TerrainData
numberOfTrees int
randomTreeColor bool
keepExistingTrees bool
리턴 void

PlaceTrees() 공개 정적인 메소드

public static PlaceTrees ( Terrain terrain, float xBase, float yBase ) : void
terrain UnityEngine.Terrain
xBase float
yBase float
리턴 void

RemoveTrees() 공개 정적인 메소드

public static RemoveTrees ( Terrain terrain, float xBase, float yBase, bool clearSelectedOnly ) : void
terrain UnityEngine.Terrain
xBase float
yBase float
clearSelectedOnly bool
리턴 void

프로퍼티 상세

allowHeightVar 공개적으로 정적으로 프로퍼티

public static bool allowHeightVar
리턴 bool

allowWidthVar 공개적으로 정적으로 프로퍼티

public static bool allowWidthVar
리턴 bool

brushSize 공개적으로 정적으로 프로퍼티

public static float brushSize
리턴 float

lockWidthToHeight 공개적으로 정적으로 프로퍼티

public static bool lockWidthToHeight
리턴 bool

randomRotation 공개적으로 정적으로 프로퍼티

public static bool randomRotation
리턴 bool

selectedTree 공개적으로 정적으로 프로퍼티

public static int selectedTree
리턴 int

spacing 공개적으로 정적으로 프로퍼티

public static float spacing
리턴 float

treeColorAdjustment 공개적으로 정적으로 프로퍼티

public static float treeColorAdjustment
리턴 float

treeHeight 공개적으로 정적으로 프로퍼티

public static float treeHeight
리턴 float

treeHeightVariation 공개적으로 정적으로 프로퍼티

public static float treeHeightVariation
리턴 float

treeWidth 공개적으로 정적으로 프로퍼티

public static float treeWidth
리턴 float

treeWidthVariation 공개적으로 정적으로 프로퍼티

public static float treeWidthVariation
리턴 float