commands | 要执行的 BoxcastCommand 的 NativeArray。 |
results | 存储命令结果的 RaycastHit 的 NativeArray。 |
minCommandsPerJob | The minimum number of commands to perform in a single job. |
maxHits | The maximum number of Colliders the BoxCast can hit. |
dependsOn | 必须在执行盒体投射之前完成的作业的 JobHandle。 |
JobHandle 返回要执行盒体投射的作业的 JobHandle。
安排在一个作业中要执行的一批盒体投射。
commands | 要执行的 BoxcastCommand 的 NativeArray。 |
results | 存储命令结果的 RaycastHit 的 NativeArray。 |
minCommandsPerJob | The minimum number of commands to perform in a single job. |
dependsOn | 必须在执行盒体投射之前完成的作业的 JobHandle。 |
JobHandle 返回要执行盒体投射的作业的 JobHandle。
安排在一个作业中要执行的一批盒体投射。
By default maxHits in this variant is set to 1.