C# 클래스 CloudSystem, UnityPointCloud

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

공개 프로퍼티들

프로퍼티 타입 설명
particleSize float

공개 메소드들

메소드 설명
CloudSystem ( ParticleSystem ps, PointCloud, pc, float scaleFactor, Vector3 negaXYZ ) : System.Collections
SetPoint ( PointCloud, pc, int index ) : void
SetPoints ( PointCloud, pc ) : void
updatePoints ( ) : void

메소드 상세

CloudSystem() 공개 메소드

public CloudSystem ( ParticleSystem ps, PointCloud, pc, float scaleFactor, Vector3 negaXYZ ) : System.Collections
ps ParticleSystem
pc PointCloud,
scaleFactor float
negaXYZ Vector3
리턴 System.Collections

SetPoint() 공개 메소드

public SetPoint ( PointCloud, pc, int index ) : void
pc PointCloud,
index int
리턴 void

SetPoints() 공개 메소드

public SetPoints ( PointCloud, pc ) : void
pc PointCloud,
리턴 void

updatePoints() 공개 메소드

public updatePoints ( ) : void
리턴 void

프로퍼티 상세

particleSize 공개적으로 프로퍼티

public float particleSize
리턴 float