Click or drag to resize

PhysicsCompoundGeometryContains Method

Whether the specified collision geometry is an immediate child of the compound collision geometry.

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

Parameters

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

Return Value

Type: Boolean
True if the specified collision geometry is an immediate child, false otherwise.
See Also