Component:PointTouchSource

From Resonite Wiki
Component image 
Point Touch Source component as seen in the Scene Inspector

A simpler version of Component:TipTouchSource.

Fields

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.
AutoUpdateUser User which user should be updating this component's logic. Defaults to active user if not filled.
OutOfSightAngle Float disables the function of this component if the updating user is looking more than this many degrees away from this component's slot.
MaxTouchPenetrationDistance Float How far it can go into the touchable's collider before its not considered as touching.
CustomFilter delegate of identity Func`3<ICollider, Int, Bool> similar to UVRaycastPortal's Filter field. Internal.
Offset Float3
Direction Float3
MaxDistance Float the maximum distance before hovering doesn't register

Usage

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


Examples

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


See Also