C# 클래스 PointCloudRenderer, UnityPointCloud

상속: MonoBehaviour
파일 보기 프로젝트 열기: smokelore/UnityPointCloud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
backgroundRGBA Color
max float
particleSize float
updatePoints bool

공개 메소드들

메소드 설명
SetPoints ( float points ) : void
SetPoints ( float points, Color rgba ) : void
Start ( ) : void
Update ( ) : void
getCloudPoints ( CloudPoint, cloudPoints ) : void
resetCamera ( ) : void

비공개 메소드들

메소드 설명
Max ( float points ) : float
correctNegativePoints ( ) : void
normalizePoints ( ) : void

메소드 상세

SetPoints() 공개 메소드

public SetPoints ( float points ) : void
points float
리턴 void

SetPoints() 공개 메소드

public SetPoints ( float points, Color rgba ) : void
points float
rgba Color
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

getCloudPoints() 공개 메소드

public getCloudPoints ( CloudPoint, cloudPoints ) : void
cloudPoints CloudPoint,
리턴 void

resetCamera() 공개 메소드

public resetCamera ( ) : void
리턴 void

프로퍼티 상세

backgroundRGBA 공개적으로 프로퍼티

public Color backgroundRGBA
리턴 Color

max 공개적으로 프로퍼티

public float max
리턴 float

particleSize 공개적으로 프로퍼티

public float particleSize
리턴 float

updatePoints 공개적으로 프로퍼티

public bool updatePoints
리턴 bool