C# Class ICPRenderer, UnityPointCloud

Inheritance: MonoBehaviour
Afficher le fichier Open project: smokelore/UnityPointCloud

Méthodes publiques

Свойство Type Description
ParticlePrefab GameObject
negaXYZ Vector3
newSystem CloudSystem,
scaleFactor float
slow bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
getNega ( ) : void

Private Methods

Méthode Description
getParams ( ) : void
getScaleFactor ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getNega() public méthode

public getNega ( ) : void
Résultat void

Property Details

ParticlePrefab public_oe property

public GameObject ParticlePrefab
Résultat GameObject

negaXYZ public_oe property

public Vector3 negaXYZ
Résultat Vector3

newSystem public_oe property

public CloudSystem, newSystem
Résultat CloudSystem,

scaleFactor public_oe property

public float scaleFactor
Résultat float

slow public_oe property

public bool slow
Résultat bool