API reference

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

I

interfaceParticleVectorWriter

@codexo/exojs-particles / particles / stable

Writable two-component channel of a single particle.

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

Writable two-component channel of a single particle.

Methods1
set(x: number, y: number): void
Properties2
x: number
y: number
Source