midorable
    Preparing search index...

    Interface ParticleEmitterConfig

    interface ParticleEmitterConfig {
        alignToDirection?: boolean;
        alpha: ScalarValue;
        alphaOverLife?: Curve;
        angularVelocity?: ScalarValue;
        angularVelocityOverLife?: Curve;
        blendMode: BlendMode;
        burstCount?: ScalarValue;
        color?: ParticleColorConfig;
        direction: ScalarValue;
        duration: number;
        emissionRate: ScalarValue;
        forces: ParticleForce[];
        lifetime: ScalarValue;
        scale: ScalarValue;
        scaleOverLife?: Curve;
        spawn: ParticleSpawnConfig;
        speed: ScalarValue;
        speedOverLife?: Curve;
    }
    Index

    Properties

    alignToDirection?: boolean

    粒子画像の向きを移動方向に合わせるか

    透明度の基準値

    alphaOverLife?: Curve

    透明度の変化倍率

    angularVelocity?: ScalarValue

    粒子画像の角速度(進行方向には影響しない)

    angularVelocityOverLife?: Curve

    粒子画像の角速度の変化倍率

    blendMode: BlendMode

    ブレンドモード

    burstCount?: ScalarValue

    一度に発生する粒子の数

    開始時と終了時のカラートーン

    direction: ScalarValue

    移動角度(度数法。0=右、90=下)

    duration: number

    エミッタの寿命(秒、0未満は無限)

    emissionRate: ScalarValue

    1秒あたりの発生数

    forces: ParticleForce[]

    lifetime: ScalarValue

    粒子の寿命(秒)

    拡大率の基準値

    scaleOverLife?: Curve

    拡大率の変化倍率

    発生パターン

    移動速度の基準値

    speedOverLife?: Curve

    移動速度の変化倍率