Class SCNParticleBirthLocation


  • public final class SCNParticleBirthLocation
    extends java.lang.Object
    Particle Birth Location
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Surface
      particles are emitted on the surface of the emitter shape.
      static long Vertex
      particles are emitted on the vertices of the emitter shape.
      static long Volume
      particles are emitted inside the volume of the emitter shape.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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