Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.46 KB

SRBPhysicalFeedback_JSDOC.md

File metadata and controls

44 lines (34 loc) · 1.46 KB

SRBPhysicalFeedback

SRBPhysicalFeedback - Function library of SRB Consulting Team GmbH

SRBPhysicalFeedback.soundFeedback(soundPatternName)

Kind: static method of SRBPhysicalFeedback
Access: public
Author: Michael Henninger - SRB Consulting Team

Param Type Description
soundPatternName String Key of the sound pattern

Example

SRBPhysicalFeedback.soundFeedback("A");
SRBPhysicalFeedback.soundFeedback("B");
SRBPhysicalFeedback.soundFeedback("C");

SRBPhysicalFeedback.vibrationFeedback(vibtrationPatternName)

Kind: static method of SRBPhysicalFeedback
Access: public
Author: Michael Henninger - SRB Consulting Team

Param Type Description
vibtrationPatternName String Key of the vibration pattern

Example

SRBPhysicalFeedback.vibrationFeedback("A");
SRBPhysicalFeedback.vibrationFeedback("B");
SRBPhysicalFeedback.vibrationFeedback("C");