Expand description
Wrappers around Rapier shapes to access their properties.
Structs§
- Ball
View - Read-only access to the properties of a ball.
- Ball
View Mut - Read-write access to the properties of a ball.
- Capsule
View - Read-only access to the properties of a capsule.
- Capsule
View Mut - Read-write access to the properties of a capsule.
- Compound
View - Read-only access to the properties of a compound shape.
- Convex
Polygon View - Read-only access to the properties of a convex polygon.
- Convex
Polygon View Mut - Read-write access to the properties of a convex polygon.
- Cuboid
View - Read-only access to the properties of a cuboid.
- Cuboid
View Mut - Read-write access to the properties of a cuboid.
- Half
Space View - Read-only access to the properties of a half-space.
- Half
Space View Mut - Read-write access to the properties of a half-space.
- Height
Field View - Read-only access to the properties of a heightfield.
- Height
Field View Mut - Read-write access to the properties of a heightfield.
- Polyline
View - Read-only access to the properties of a polyline.
- Polyline
View Mut - Read-write access to the properties of a polyline.
- Round
Convex Polygon View - Read-only access to the properties of a round shape.
- Round
Convex Polygon View Mut - Read-write access to the properties of a round shape.
- Round
Cuboid View - Read-only access to the properties of a round shape.
- Round
Cuboid View Mut - Read-write access to the properties of a round shape.
- Round
Triangle View - Read-only access to the properties of a round shape.
- Round
Triangle View Mut - Read-write access to the properties of a round shape.
- Segment
View - Read-only access to the properties of a segment.
- Segment
View Mut - Read-write access to the properties of a segment.
- TriMesh
View - Read-only access to the properties of a triangle mesh.
- TriMesh
View Mut - Read-write access to the properties of a triangle mesh.
- Triangle
View - Read-only access to the properties of a triangle.
- Triangle
View Mut - Read-write access to the properties of a triangle.
- Voxels
View - Read-only access to the properties of a
Voxelsshape. - Voxels
View Mut - Read-write access to the properties of a
Voxels.
Enums§
- Collider
View - Read-only access to the properties of a collider.
Type Aliases§
- Height
Field Cell Status - Indicates if a cell of a heightfield is removed or not. Set this to
falsefor a removed cell.