Click or drag to resize

PhysicsCompoundGeometryContainsDeep Method

Whether the specified collision geometry is a descendant of the compound collision geometry.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public bool ContainsDeep(
	PhysicsGeometry child
)

Parameters

child
Type: Demo3D.VisualsPhysicsGeometry
The collision geometry to look for.

Return Value

Type: Boolean
True if the specified collision geometry is a descendant, false otherwise.
See Also