Contents

angle

The rotation angle, in radians, of the particle about its axis.

Declaration

static let angle: SCNParticleSystem.ParticleProperty

Discussion

This property’s value is a floating-point scalar (an NSNumber object for particle property controllers, or a single float value for particle event or modifier blocks).

The particle system’s particleAngle and particleAngleVariation properties determine the initial rotation for each particle. The rotationAxis property defines the particle’s rotation axis.

See Also

Type Properties