C# Class CloudSystem, UnityPointCloud

Inheritance: MonoBehaviour
Mostra file Open project: smokelore/UnityPointCloud Class Usage Examples

Public Properties

Property Type Description
particleSize float

Public Methods

Method Description
CloudSystem ( ParticleSystem ps, PointCloud, pc, float scaleFactor, Vector3 negaXYZ ) : System.Collections
SetPoint ( PointCloud, pc, int index ) : void
SetPoints ( PointCloud, pc ) : void
updatePoints ( ) : void

Method Details

CloudSystem() public method

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

SetPoint() public method

public SetPoint ( PointCloud, pc, int index ) : void
pc PointCloud,
index int
return void

SetPoints() public method

public SetPoints ( PointCloud, pc ) : void
pc PointCloud,
return void

updatePoints() public method

public updatePoints ( ) : void
return void

Property Details

particleSize public_oe property

public float particleSize
return float