(One intermediate revision by one other user not shown)
Line 3:
Line 3:
|Name=Point Touch Source
|Name=Point Touch Source
}}
}}
{{stub}}
A simpler version of [[Component:TipTouchSource]].
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|AutoUpdateUser|User|
|AutoUpdateUser|User| which user should be updating this component's logic. Defaults to active user if not filled.
|OutOfSightAngle|Float|
|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|
|MaxTouchPenetrationDistance|Float| How far it can go into the touchable's collider before its not considered as touching.
|CustomFilter|{{RootFieldType|SyncDelegate`1|[[Type:Func`3|Func`3]]<[[Type:ICollider|ICollider]], [[Type:Int|Int]], [[Type:Bool|Bool]]>}}|TypeAdv3=true| similar to [[Component:MeshUVRaycastPortal|UVRaycastPortal's]] <code>Filter</code> field. Internal.
|Offset|Float3|
|Offset|Float3|
|Direction|Float3|
|Direction|Float3|
|MaxDistance|Float|
|MaxDistance|Float| the maximum distance before hovering doesn't register