RPE Chart Utils
    Preparing search index...

    Interface PosControl

    Position scaling control node for a judge line.

    interface PosControl {
        easing: number;
        pos: number;
        x: number;
    }
    Index

    Properties

    Properties

    easing: number

    RPE easing type (1–28).

    pos: number

    Position scale factor at this normalized time (1 = normal).

    x: number

    Normalized time (0–1).