HapticEffectType
Enum used alongside HapticEffect.Type.
Items 6
History | Name | Value | Description | |
---|---|---|---|---|
655 | Custom | 0 | Allows for application of a custom haptic waveform through the HapticEffect:SetWaveformKeys() method. | |
655 | UIHover | 1 | Useful for when a player browses over an object (often a UI object) without the intention of triggering its action; it can also alert the player that they have browsed over an interactable object. This effect type is subtle and does not disrupt the gameplay experience. | |
655 | UIClick | 2 | Useful for when a player has selected an object (often a UI object) with the intention of triggering its action. This effect type is crisp and it provides immediate feedback without being overwhelming. | |
655 | UINotification | 3 | Useful for when there is an inbound message that should draw the player's attention away from their current gameplay and prompt them that the notification requires immediate attention or action. | |
655 | GameplayExplosion | 4 | Useful to signify a large-scale physics event that triggers impact across
a large portion of a given scene. This effect is high intensity in order
to represent the magnitude of the impact and it lingers for a longer
period of time than | |
655 | GameplayCollision | 5 | This effect is a large immediate rumble that dies down quickly, useful to signify a clear and purposeful impact between objects. |
Description
Enum used alongside HapticEffect.Type.
History 17
- 655 Change Index of UINotification from 2 to 3
- 655 Change Index of UIHover from 0 to 1
- 655 Change Index of UIClick from 1 to 2
- 655 Change Index of GameplayExplosion from 3 to 4
- 655 Change Index of GameplayCollision from 4 to 5
- 655 Add Custom
- 648 Change Value of UINotification from 2 to 3
- 648 Change Value of UIHover from 0 to 1
- 648 Change Value of UIClick from 1 to 2
- 648 Change Value of GameplayExplosion from 3 to 4
- 648 Change Value of GameplayCollision from 4 to 5
- 638 Add UINotification
- 638 Add UIHover
- 638 Add UIClick
- 638 Add GameplayExplosion
- 638 Add GameplayCollision
- 638 Add HapticEffectType