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

    Enumeration ScaleCondition

    This represents a condition for scaling a data action property.

    Used internally in DataAction.prototype.scale to handle some special properties that should not always be scaled.

    Index

    Enumeration Members

    True: 1

    Always scale the property, unless scaleStructural is disabled.

    Distance: 2

    Only scale the property if scaleViewDistance and scaleStructural are enabled.

    DistanceIfNotMinusOne: 3

    Only scale the property if the value is not -1 and scaleViewDistance and scaleStructural are enabled.

    InstanceSize: 4

    Only scale the property if scaleParticleModifier is disabled.

    ParticleModifier: 5

    Only scale the property if scaleParticleModifier is enabled.

    RawInstanceSize: 6

    Always scaled.