| ClosedFormIKSolverOnSolve Method |
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected override void OnSolve(
float deltaTime
)
Protected Overrides Sub OnSolve (
deltaTime As Single
)
protected:
virtual void OnSolve(
float deltaTime
) override
abstract OnSolve :
deltaTime : float32 -> unit
override OnSolve :
deltaTime : float32 -> unit
Parameters
- deltaTime
- Type: SystemSingle
The current time step (in seconds).
See Also