Performs the collision check at the given time.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual void CollisionDetect(
	double time
)

Parameters

time
Type: System..::.Double
Collision detection time.

See Also