midorable
    Preparing search index...

    Interface ParticlePointSpawnConfig

    interface ParticlePointSpawnConfig {
        type: "point";
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    type: "point"
    x: number

    発生位置のX座標

    y: number

    発生位置のY座標