Package apple.scenekit.enums
Class SCNParticleBirthDirection
- java.lang.Object
-
- apple.scenekit.enums.SCNParticleBirthDirection
-
public final class SCNParticleBirthDirection extends java.lang.ObjectParticle Birth Direction
-
-
Field Summary
Fields Modifier and Type Field Description static longConstantZ Direction of the Emitter.static longRandomRandom direction.static longSurfaceNormalUse the direction induced by the shape
-
-
-
Field Detail
-
Constant
public static final long Constant
Z Direction of the Emitter.- See Also:
- Constant Field Values
-
SurfaceNormal
public static final long SurfaceNormal
Use the direction induced by the shape- See Also:
- Constant Field Values
-
Random
public static final long Random
Random direction.- See Also:
- Constant Field Values
-
-