SolverHandler.DeltaTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The timestamp the solvers will use to calculate with.
public:
property float DeltaTime { float get(); void set(float value); };
public float DeltaTime { get; set; }
member this.DeltaTime : single with get, set
Public Property DeltaTime As Single