public int RaycastAll(PxVec3 origin, PxVec3 direction, float maxDistance, int layerMask)
 {
     return(PhysXDll.RaycastAll(this.scenePtr, origin, direction, maxDistance, layerMask, this.RaycastHits));
 }