C# 클래스 UnityEngine.TreeInstance

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color32
heightScale float
lightmapColor Color32
position Vector3
prototypeIndex int
rotation float
widthScale float

프로퍼티 상세

color 공개적으로 프로퍼티

Color of this instance.

public Color32,UnityEngine color
리턴 Color32

heightScale 공개적으로 프로퍼티

Height scale of this instance (compared to the prototype's size).

public float heightScale
리턴 float

lightmapColor 공개적으로 프로퍼티

Lightmap color calculated for this instance.

public Color32,UnityEngine lightmapColor
리턴 Color32

position 공개적으로 프로퍼티

Position of the tree.

public Vector3 position
리턴 Vector3

prototypeIndex 공개적으로 프로퍼티

Index of this instance in the TerrainData.treePrototypes array.

public int prototypeIndex
리턴 int

rotation 공개적으로 프로퍼티

Read-only. Rotation of the tree on X-Z plane (in radians).

public float rotation
리턴 float

widthScale 공개적으로 프로퍼티

Width scale of this instance (compared to the prototype's size).

public float widthScale
리턴 float