Click or drag to resize

PhysicsEngineRemoveVisual Method

Removes the physics body from the specified visual and then destroys the removed physics body.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void RemoveVisual(
	Visual visual
)

Parameters

visual  Visual
The visual for whose physics body should be removed and destroyed.
See Also