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
Syntaxpublic bool ContainsDeep(
PhysicsGeometry child
)
Parameters
- child
- Type: Demo3D.VisualsPhysicsGeometry
The collision geometry to look for.
Return Value
Type:
BooleanTrue if the specified collision geometry is a descendant, false otherwise.
See Also