Click or drag to resize

PhysicsCompoundGeometryRemove Method

Removes the specified collision geometry from the compound collision geometry.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Remove(
	PhysicsGeometry geometry
)

Parameters

geometry
Type: Demo3D.VisualsPhysicsGeometry
The collision geometry to remove.
See Also