SRBPhysicalFeedback - Function library of SRB Consulting Team GmbH
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");
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");