Skip to content

Raycast function

In order to use the raycast function, access it as HomingCast.RaycastFunctions.YOUR_RAYCAST_FUNCTION and put it inside of parameters under RaycastFunction key

There are currently 4 types of raycast functions present


Raycast (Default)

Uses Raycast to detect the hits


BlockCast

Uses Blockcast to detect the hits


Spherecast

Uses Spherecast to detect the hits


Shapecast

Uses Shapecast to detect the hits