Set what the velocity threshold is for activation. rot is in deg per second.

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public void SetActivityThreshold(
	float vel,
	float angVel
)
Visual Basic
Public Sub SetActivityThreshold ( _
	vel As Single, _
	angVel As Single _
)
Visual C++
public:
void SetActivityThreshold(
	float vel, 
	float angVel
)

Parameters

vel
Type: System..::..Single

[Missing <param name="vel"/> documentation for "M:JigLibX.Physics.Body.SetActivityThreshold(System.Single,System.Single)"]

angVel
Type: System..::..Single

[Missing <param name="angVel"/> documentation for "M:JigLibX.Physics.Body.SetActivityThreshold(System.Single,System.Single)"]

See Also