Struct HitResult
Represents the result of a raycasting hit.
Inherited Members
Namespace: Genesis.Physics
Assembly: Genesis.dll
Syntax
public struct HitResult
Fields
hitLocation
Declaration
public Vec3 hitLocation
Field Value
Type | Description |
---|---|
Vec3 |
rayEnd
Declaration
public Vec3 rayEnd
Field Value
Type | Description |
---|---|
Vec3 |
rayStart
Declaration
public Vec3 rayStart
Field Value
Type | Description |
---|---|
Vec3 |
rigidBody
Declaration
public RigidBody rigidBody
Field Value
Type | Description |
---|---|
RigidBody |