Savable Stat Scaling Source

📊 SavableStatScalingSource Struct

A savable version of StatScalingSource.

Namespace: Esper.Inventool.DataManagement Access: public Type: struct Attributes: [Serializable]


📦 Fields

Access
Field
Type
Description

public

scalingType

ScalingSource.ScalingType

How scaling is applied.

public

initialValue

SavableStatValue

The starting value.

public

increment

SavableStatValue

The scaling amount used for linear scaling.

public

min

SavableStatValue

The minimum value used for curved scaling.

public

max

SavableStatValue

The maximum value used for curved scaling.

public

curve

SavableCurve

The scaling curve used when the scaling type is set to Curve. Interpolates from min to max based on level.


🔧 Constructors

Access
Constructor
Description

public

SavableStatScalingSource(StatScalingSource scalingSource)

Creates a savable stat scaling source from a StatScalingSource.


🧰 Methods

Access
Method
Returns
Description

public

ToScalingSource()

StatScalingSource

Converts this SavableStatScalingSource back into a StatScalingSource.


Last updated