PointProject

data class PointProject(val collider: ColliderKey, val point: DVec3, val wasInside: Boolean, val feature: PhysicsQuery.ShapeFeature)

Constructors

Link copied to clipboard
constructor(collider: ColliderKey, point: DVec3, wasInside: Boolean, feature: PhysicsQuery.ShapeFeature)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val point: DVec3
Link copied to clipboard