Specify the physics step size to use when simulating, default is 1/60. Note that a physics scene has to be in the stage for this to do anything Args: physics_dt (float): Use this value for physics step
(self, physics_dt: float = 1.0 / 150.0, physics_substeps: int = 1)