Component image
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. |
Touched
|
TouchEvent | |
AcceptOutOfSightTouch
|
Bool | |
TouchableTargets
|
list of ITouchable |
Usage
- To trigger a hyperlink component without a touchable/interactable component you can use a TouchEventRelay. You a touch event relay on the collider of your object, then put a hyperlink or other touchables as children (with no colliders on them) then add them to the TouchableTargets list of the TouchEventRelay.
Examples
Related Components
- Touchable Events can be used with TouchEventRelay.
TouchEventRelay can relay events from a Touchable element to fire another ITouchable component.