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