Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.9
    Preparing search index...

    Props for InstancableParticles component

    interface InstancableParticlesProps {
        baseColor?: ColorRepresentation;
        colors?: readonly ColorRepresentation[];
        positions: readonly (Vector3 | [number, number, number])[];
        quality?: "medium" | "low" | "high";
        size?: number;
    }
    Index

    Properties

    baseColor?: ColorRepresentation

    Base particle color

    colors?: readonly ColorRepresentation[]

    Particle colors (optional)

    positions: readonly (Vector3 | [number, number, number])[]

    Particle positions

    quality?: "medium" | "low" | "high"

    Quality level affects particle complexity

    size?: number

    Particle size