Global

Properties

(constant) ARgoDefaultLayout :ModelLayout

A 3D model's default layout.

Type:
Source:

(constant) ARgoDefaultSound :Sound

A default empty sound.

Type:
  • Sound
Source:

Type Definitions

conditionCallback(dataopt) → {boolean}

Definition of a helper callback that checks a condition and returns a boolean value.

Parameters:
Name Type Attributes Description
data any <optional>
Source:
Returns:
Type
boolean