Contents

init(linearVelocity:angularVelocity:)

Creates a physics motion component with the given velocities.

Declaration

init(linearVelocity: SIMD3<Float> = .zero, angularVelocity: SIMD3<Float> = .zero)

See Also

Creating the motion component