pub type NextFrameSetupSystem2<S, T> = NextFrameSetupSystem<Point2<S>, Basis2<S>, S, S, T, DeltaTime<S>>;Expand description
Next frame setup system for 2D
§Type parameters:
S: Scalar type (f32 or f64)T: Transform type (BodyPose2or similar)
Aliased Type§
pub struct NextFrameSetupSystem2<S, T> { /* private fields */ }