説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

script-Physics2DRaycaster.md 747B

Physics 2D Raycaster

The 2D Raycaster raycasts against 2D objects in the scene. This allows messages to be sent to 2D physics objects that implement event interfaces. The Camera GameObject needs to be used and will be added to the GameObject if the Physics 3D Raycaster is not added to the Camera GameObject.

For more Raycaster information see Raycasters.

Properties

Property: Function:
Event Camera The camera that will generate rays for this raycaster.
Priority Priority of the caster relative to other casters.
Sort Order Priority Priority of the raycaster based upon sort order.
Render Order Priority Priority of the raycaster based upon render order.