Package apple.scenekit.enums
Class SCNParticleBirthLocation
- java.lang.Object
-
- apple.scenekit.enums.SCNParticleBirthLocation
-
public final class SCNParticleBirthLocation extends java.lang.ObjectParticle Birth Location
-
-
Field Detail
-
Surface
public static final long Surface
particles are emitted on the surface of the emitter shape.- See Also:
- Constant Field Values
-
Volume
public static final long Volume
particles are emitted inside the volume of the emitter shape.- See Also:
- Constant Field Values
-
Vertex
public static final long Vertex
particles are emitted on the vertices of the emitter shape.- See Also:
- Constant Field Values
-
-