C# Class ICPRenderer, UnityPointCloud

Inheritance: MonoBehaviour
Mostrar archivo Open project: smokelore/UnityPointCloud

Public Properties

Property Type Description
ParticlePrefab GameObject
negaXYZ Vector3
newSystem CloudSystem,
scaleFactor float
slow bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
getNega ( ) : void

Private Methods

Method Description
getParams ( ) : void
getScaleFactor ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getNega() public method

public getNega ( ) : void
return void

Property Details

ParticlePrefab public_oe property

public GameObject ParticlePrefab
return GameObject

negaXYZ public_oe property

public Vector3 negaXYZ
return Vector3

newSystem public_oe property

public CloudSystem, newSystem
return CloudSystem,

scaleFactor public_oe property

public float scaleFactor
return float

slow public_oe property

public bool slow
return bool