Skip to content

VibrationTestEvent

Overview

A collection of data related to user input, for the purposes of the Vibration project. While the simulation is running we will collect the data of this class and save in the VibrationTestEventRecorder collection. When the user is finished playing with the sim, the data will be saved and sent to the containing Swift app, eventually to be saved as a file and emailed to the team for research and presentation purposes.

This is NOT to be used in production code.

@author Jesse Greenberg

Class VibrationTestEvent

import { VibrationTestEvent } from 'scenerystack/tappi';

Constructor

new VibrationTestEvent( x, y, time, name )

Instance Methods

Source Code

See the source for VibrationTestEvent.js in the tappi repository.