ShapeFeature

interface ShapeFeature

Inheritors

Types

Link copied to clipboard
data class Edge(val id: Int) : PhysicsQuery.ShapeFeature
Link copied to clipboard
data class Face(val id: Int) : PhysicsQuery.ShapeFeature
Link copied to clipboard
data class Vertex(val id: Int) : PhysicsQuery.ShapeFeature