Component:DebugHapticPoint: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Debug Haptic Point
|Name=Debug Haptic Point
}}
}}
{{stub}}
The '''DebugHapticPoint''' component sends Force sensations to a haptic device as well as gets the name of the haptic device.


== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Intensity|Float|
|Intensity|Float| Sends a sensation of force of this intensity to the Haptic device at <code>Index</code>
|Index|Int|
|Index|Int| The haptic device to send Intensity to and get a name for.
|Position|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv2=true|
|Position|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv2=true| The name of the haptic device at <code>Index</code>
}}
}}
== Behavior ==


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
Line 20: Line 19:
[[Category:Components:Debug{{#translation:}}|Debug Haptic Point]]
[[Category:Components:Debug{{#translation:}}|Debug Haptic Point]]
[[Category:Components{{#translation:}}|Debug Haptic Point]]
[[Category:Components{{#translation:}}|Debug Haptic Point]]
[[Category:ComponentStubs]]

Revision as of 04:31, 15 January 2025

Component image 
Debug Haptic Point component as seen in the Scene Inspector

The DebugHapticPoint component sends Force sensations to a haptic device as well as gets the name of the haptic device.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Intensity Float Sends a sensation of force of this intensity to the Haptic device at Index
Index Int The haptic device to send Intensity to and get a name for.
Position raw output of String The name of the haptic device at Index

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

See Also