Interface IAnchoredCollidableStem
Interface for stem nodes in the anchored collidable hierarchy. A stem node represents a collidable object that contains other collidable objects.
public interface IAnchoredCollidableStem : IAnchoredCollidableNode, IAnchoredCollidableBased, IExpandToBox3d
  - Inherited Members
 
- Extension Methods
 
Methods
GetAnchoredCollidables()
Gets the list of anchored collidable nodes contained by this stem.
List<IAnchoredCollidableNode> GetAnchoredCollidables()
  Returns
- List<IAnchoredCollidableNode>
 A list of anchored collidable nodes.