Namespace: rlCore

rlCore

Members

(private, static, constant) version

Default Value:
  • Refugee Lib v.0.01gl

Methods

(static) getLogoData()

Get an object containing polygon data for rendering the Refugee Lib logo at an arbitrary size.
Returns an array [ bg, rOuter, rInner, l ] where each of the elements is an array of points which are themselves arrays of two elements, containing x and y coordinates (each normalized (0.0 to 1.0)), defining a polygon.

See:
  • rlG.drawNormalizedPolygon | rlG.drawRefugeeLibLogo

(static) getTimestamp() → {number}

See:
Returns:

a high resolution timestamp if available, Date.now() otherwise

Type
number

(static) getVersionString() → {string}

Returns:
Type
string