RPE Chart Utils
    Preparing search index...

    Interface YControl

    Y-position scale control node for a judge line.

    interface YControl {
        easing: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    easing: number

    RPE easing type (1–28) used to interpolate to the next node.

    x: number

    Normalized time (0–1 across the chart duration) where this node applies.

    y: number

    Y scale factor at this time position (1 = normal).