C# 클래스 TreeEditor.TreeAOSphere

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
area float
density float
flag bool
position Vector3
radius float

공개 메소드들

메소드 설명
PointOcclusion ( Vector3 pos, Vector3 nor ) : float
TreeAOSphere ( Vector3 pos, float radius, float density ) : System

메소드 상세

PointOcclusion() 공개 메소드

public PointOcclusion ( Vector3 pos, Vector3 nor ) : float
pos Vector3
nor Vector3
리턴 float

TreeAOSphere() 공개 메소드

public TreeAOSphere ( Vector3 pos, float radius, float density ) : System
pos Vector3
radius float
density float
리턴 System

프로퍼티 상세

area 공개적으로 프로퍼티

public float area
리턴 float

density 공개적으로 프로퍼티

public float density
리턴 float

flag 공개적으로 프로퍼티

public bool flag
리턴 bool

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

radius 공개적으로 프로퍼티

public float radius
리턴 float