Physics node
Provides access to common physics properties and settings.
阅读时间1 分钟最后更新于 5 个月前
The Physics node provides you with tools to query the world physically. Typical uses:
- Raycasts to check what’s in front of the user (for example, line of sight, point at objects).
- Overlap checks to calculate if a there's another object in the area.
- Simple hit information (what was hit, where, and how far).