ParticleDevice Constructor |
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxprotected ParticleDevice(
ParticleCloud cloud,
JObject obj
)
Protected Sub New (
cloud As ParticleCloud,
obj As JObject
)
protected:
ParticleDevice(
ParticleCloud^ cloud,
JObject^ obj
)
new :
cloud : ParticleCloud *
obj : JObject -> ParticleDevice
Parameters
- cloud
- Type: ParticleParticleCloud
The cloud. - obj
- Type: JObject
The JSon object to parse
Exceptions
See Also