pub type NextFrameSetupSystem3<S, T> = NextFrameSetupSystem<Point3<S>, Quaternion<S>, Matrix3<S>, Vector3<S>, T, DeltaTime<S>>;
Expand description

Next frame setup system for 2D

Type parameters:

  • S: Scalar type (f32 or f64)
  • T: Transform type (BodyPose3 or similar)