Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GameInputForceFeedbackEffectKind
enum GameInputForceFeedbackEffectKind { GameInputForceFeedbackConstant = 0, GameInputForceFeedbackRamp = 1, GameInputForceFeedbackSineWave = 2, GameInputForceFeedbackSquareWave = 3, GameInputForceFeedbackTriangleWave = 4, GameInputForceFeedbackSawtoothUpWave = 5, GameInputForceFeedbackSawtoothDownWave = 6, GameInputForceFeedbackSpring = 7, GameInputForceFeedbackFriction = 8, GameInputForceFeedbackDamper = 9, GameInputForceFeedbackInertia = 10 };
Was this page helpful?