Uses of Class
org.robovm.apple.scenekit.SCNParticleSystem
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNParticleSystem in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNParticleSystem Modifier and Type Method Description static SCNParticleSystemSCNParticleSystem. create()static SCNParticleSystemSCNParticleSystem. create(String name, String directory)SCNParticleSystemSCNParticleSystem. getSystemSpawnedOnCollision()SCNParticleSystemSCNParticleSystem. getSystemSpawnedOnDying()SCNParticleSystemSCNParticleSystem. getSystemSpawnedOnLiving()Methods in org.robovm.apple.scenekit that return types with arguments of type SCNParticleSystem Modifier and Type Method Description NSArray<SCNParticleSystem>SCNNode. getParticleSystems()NSArray<SCNParticleSystem>SCNScene. getParticleSystems()Methods in org.robovm.apple.scenekit with parameters of type SCNParticleSystem Modifier and Type Method Description voidSCNNode. addParticleSystem(SCNParticleSystem system)voidSCNScene. addParticleSystem(SCNParticleSystem system, SCNMatrix4 transform)voidSCNNode. removeParticleSystem(SCNParticleSystem system)voidSCNScene. removeParticleSystem(SCNParticleSystem system)voidSCNParticleSystem. setSystemSpawnedOnCollision(SCNParticleSystem v)voidSCNParticleSystem. setSystemSpawnedOnDying(SCNParticleSystem v)voidSCNParticleSystem. setSystemSpawnedOnLiving(SCNParticleSystem v)