M_MSCLoader_UnifiedRaycast_GetRaycastHits - piotrulos/MSCModLoader GitHub Wiki

GetRaycastHits Method

Returns RaycastHit[] so you can parse it yourself

Definition

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346

C#

public static RaycastHit[] GetRaycastHits()

View Source

Return Value

RaycastHit[]
RaycastHit[]

See Also

Reference

UnifiedRaycast Class
MSCLoader Namespace