add some info for now |
fix sentence |
||
Line 3: | Line 3: | ||
|Name=Debug Sphere Raycast | |Name=Debug Sphere Raycast | ||
}} | }} | ||
The '''DebugSphereRaycast''' component is used to show | The '''DebugSphereRaycast''' component is used to show a bunch of raycasts in a spherical shape and their hit normals and positions. | ||
{{Note|When using this component, you will feel lag.|warning}} | {{Note|When using this component, you will feel lag.|warning}} |
Revision as of 21:29, 15 January 2025
Component image 
Debug Sphere Raycast component as seen in the Scene Inspector

The DebugSphereRaycast component is used to show a bunch of raycasts in a spherical shape and their hit normals and positions.
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. |
Direction
|
Float3 | |
Radius
|
Float | How far the raycasts created should go. |