API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceParticleRotationChannel

@codexo/exojs-particles / particles / stable

The rotation channel: current angle and the speed integrated into it each frame.

2
props
0
methods
0
events
Import
import { ParticleRotationChannel } from '@codexo/exojs-particles'

The rotation channel: current angle and the speed integrated into it each frame.

Properties2
angle: Float32Array
speed: Float32Array
Source