Class CurveSpaceInformation

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

Constructors

Properties

_coordinate: Vector2
_isInsideBounds: boolean

Accessors

  • get isInsideBounds(): boolean
  • Whether is inside the curve screen coordinates or not.

    Returns boolean

  • set isInsideBounds(value): void
  • Parameters

    • value: boolean

    Returns void

Methods