载入中...
搜索中...
未找到
Ray-cast result (value type). 更多...
#include <PhysicsQuery.h>
Public 属性 | |
| bool | hit = false |
| int | bodyId = 0 |
| float | x = 0.f |
| float | y = 0.f |
| float | normalX = 0.f |
| float | normalY = 0.f |
| float | fraction = 0.f |
详细描述
Ray-cast result (value type).
在文件 PhysicsQuery.h 第 10 行定义.
类成员变量说明
◆ bodyId
| int eve::RayHitInfo::bodyId = 0 |
在文件 PhysicsQuery.h 第 12 行定义.
◆ fraction
| float eve::RayHitInfo::fraction = 0.f |
在文件 PhysicsQuery.h 第 15 行定义.
◆ hit
| bool eve::RayHitInfo::hit = false |
在文件 PhysicsQuery.h 第 11 行定义.
◆ normalX
| float eve::RayHitInfo::normalX = 0.f |
在文件 PhysicsQuery.h 第 14 行定义.
◆ normalY
| float eve::RayHitInfo::normalY = 0.f |
在文件 PhysicsQuery.h 第 14 行定义.
◆ x
| float eve::RayHitInfo::x = 0.f |
在文件 PhysicsQuery.h 第 13 行定义.
◆ y
| float eve::RayHitInfo::y = 0.f |
在文件 PhysicsQuery.h 第 13 行定义.
该结构体的文档由以下文件生成:
- src/engine/common/PhysicsQuery.h