RSX Code Reference
    Preparing search index...

    Type Alias CurveRange

    type CurveRange = {
        curveA: AnimationCurve;
        curveB: AnimationCurve;
    }
    Index