载入中...
搜索中...
未找到
eve::RayHitInfo结构体 参考

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.h10 行定义.

类成员变量说明

◆ bodyId

int eve::RayHitInfo::bodyId = 0

在文件 PhysicsQuery.h12 行定义.

◆ fraction

float eve::RayHitInfo::fraction = 0.f

在文件 PhysicsQuery.h15 行定义.

◆ hit

bool eve::RayHitInfo::hit = false

在文件 PhysicsQuery.h11 行定义.

◆ normalX

float eve::RayHitInfo::normalX = 0.f

在文件 PhysicsQuery.h14 行定义.

◆ normalY

float eve::RayHitInfo::normalY = 0.f

在文件 PhysicsQuery.h14 行定义.

◆ x

float eve::RayHitInfo::x = 0.f

在文件 PhysicsQuery.h13 行定义.

◆ y

float eve::RayHitInfo::y = 0.f

在文件 PhysicsQuery.h13 行定义.


该结构体的文档由以下文件生成: