RayCast.forceRaycastUpdate

Updates the collision information for the ray. Use this method to update the collision information immediately instead of waiting for the next _physics_process call, for example if the ray or its parent has changed state. Note: enabled is not required for this to work.

struct RayCast
@nogc nothrow
void
forceRaycastUpdate
()

Meta