@cccode/fxr - v31.0.0
    Preparing search index...

    Interface ScaleOptions

    interface ScaleOptions {
        scaleParticleModifier?: boolean;
        scaleStructural?: boolean;
        scaleViewDistance?: boolean;
    }
    Index

    Properties

    scaleParticleModifier?: boolean

    Scale the scale properties in ParticleModifier actions instead of those in the appearance actions.

    Defaults to false.

    scaleStructural?: boolean

    Scale properties that control the size of the structure of the effect, i.e. ones that don't affect the size of the appearance instances, except the emitter size for GPU particle actions.

    Defaults to true.

    scaleViewDistance?: boolean

    Scale properties that are based on the distance to the camera, such as the min/max distance for many apperance actions.

    Defaults to false.