Options
All
  • Public
  • Public/Protected
  • All
Menu

Class representing the direction of the Direction's axis. Basically whether the coordinate offset of a Direction is positive or negative.

since

5.0

Hierarchy

Index

Constructors

Properties

NEGATIVE: AxisDirection
new AxisDirection(-1, "Towards negative");
since

5.0

POSITIVE: AxisDirection
new AxisDirection(1, "Towards positive");
since

5.0

class: Class<Object>

Methods

  • clone(): any
  • equals(param0: any): boolean
  • Parameters

    • param0: any

    Returns boolean

  • finalize(): void
  • getOffset(): number
  • since

    5.0

    Returns number

    coordinate offset for the following AxisDirection, 1 for POSITIVE and -1 for NEGATIVE

  • hashCode(): number
  • notify(): void
  • notifyAll(): void
  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void
  • Returns void

  • Parameters

    • param0: number

    Returns void

  • Parameters

    • param0: number
    • param1: number

    Returns void

Generated using TypeDoc