pub type PhysicalEntityParts2<'a, S, T, Y> = PhysicalEntityParts<'a, Primitive2<S>, Y, Basis2<S>, Vector2<S>, S, S, Aabb2<S>, T>;
Expand description

SystemData for 2D

Type parameters:

  • S: Scalar type (f32 or f64)
  • T: Transform type (BodyPose2 or similar)
  • Y: Collision shape type, see Collider