PhysicsCompoundGeometryChild Method  | 
 
            Accessor for the child geometric collision shape at the specified
            index.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic PhysicsGeometry Child(
	int index
)
Parameters
- index
 - Type: SystemInt32
The index for the child geometric collision shape in the range [0, Count). 
Return Value
Type: 
PhysicsGeometryThe child geometric collision shape.
See Also