RSX Code Reference
    Preparing search index...

    Class CurveSpaceInformation

    Curve coordinates and whether the coordinates are inside the curve or not.

    Index
    _coordinate: Vector2
    _isInsideBounds: boolean
    • get isInsideBounds(): boolean

      Whether is inside the curve screen coordinates or not.

      Returns boolean

    • set isInsideBounds(value: boolean): void

      Parameters

      • value: boolean

      Returns void