Version: 2023.1
言語: 日本語

OverlapSphereCommandConstructor

マニュアルに切り替える
public OverlapSphereCommand (Vector3 point, float radius, QueryParameters queryParameters);

パラメーター

point 球の中心
radius 球の半径
queryParameters Structure for specifying additional parameters for a batch query such as layer mask or hit triggers.

説明

Create an OverlapSphereCommand.

This query is run in the default physics scene.


public OverlapSphereCommand (PhysicsScene physicsScene, Vector3 point, float radius, QueryParameters queryParameters);

パラメーター

physicsScene The physics scene to run the overlap sphere query in.
point 球の中心
radius 球の半径
queryParameters Structure for specifying additional parameters for a batch query such as layer mask or hit triggers.

説明

Create an OverlapSphereCommand.