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: 15.0.2.11458
Syntax
C#
public void RemoveVisual(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
The visual for whose physics body should be removed and destroyed.
See Also