RayCast

data class RayCast(val collider: ColliderKey, val hitTime: Double, val normal: DVec3, val feature: PhysicsQuery.ShapeFeature)

Constructors

Link copied to clipboard
constructor(collider: ColliderKey, hitTime: Double, normal: DVec3, feature: PhysicsQuery.ShapeFeature)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val normal: DVec3