C# 클래스 TreeProperties, tf_client

Component for describing a tree species and its distribution (i.e., a serializable DetailPrototype)
상속: MonoBehaviour
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dryColor Color
healthyColor Color
maxHeight float
maxWidth float
minHeight float
minWidth float
noiseSpread float
prototypeTexture UnityEngine.Texture2D
treeType TreeGraphicType

공개 메소드들

메소드 설명
ToDetailPrototype ( ) : DetailPrototype

Create a DetailPrototype from the tree properties

메소드 상세

ToDetailPrototype() 공개 메소드

Create a DetailPrototype from the tree properties
public ToDetailPrototype ( ) : DetailPrototype
리턴 UnityEngine.DetailPrototype

프로퍼티 상세

dryColor 공개적으로 프로퍼티

dry tint for the billboard's vertices
public Color dryColor
리턴 Color

healthyColor 공개적으로 프로퍼티

healthy tint for the billboard's vertices
public Color healthyColor
리턴 Color

maxHeight 공개적으로 프로퍼티

maximum billboard height
public float maxHeight
리턴 float

maxWidth 공개적으로 프로퍼티

maximum billboard width
public float maxWidth
리턴 float

minHeight 공개적으로 프로퍼티

minimum billboard height
public float minHeight
리턴 float

minWidth 공개적으로 프로퍼티

minimum billboard width
public float minWidth
리턴 float

noiseSpread 공개적으로 프로퍼티

noise spread
public float noiseSpread
리턴 float

prototypeTexture 공개적으로 프로퍼티

The texture associated with the tree
public Texture2D,UnityEngine prototypeTexture
리턴 UnityEngine.Texture2D

treeType 공개적으로 프로퍼티

the tree type
public TreeGraphicType treeType
리턴 TreeGraphicType