|  | AabbTreeT Properties | 
The AabbTreeT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Aabb | 
            Gets the axis-aligned bounding box (AABB) that contains all items.
            (Inherited from BasePartitionT.) | 
|  | BottomUpBuildThreshold | 
            Gets or sets the threshold that determines when a bottom-up tree build method is used.
             | 
|  | Count | 
            Gets the number of items contained in the ICollectionT.
            (Inherited from BasePartitionT.) | 
|  | EnableSelfOverlaps | 
            Gets or sets a value indicating whether self-overlaps are computed.
            (Inherited from BasePartitionT.) | 
|  | Filter | 
            Gets or sets the filter that is used to filter overlaps of two items.
            (Inherited from BasePartitionT.) | 
|  | GetAabbForItem | 
            Gets or sets the method that computes the Aabb of an item.
            (Inherited from BasePartitionT.) | 
 Explicit Interface Implementations
Explicit Interface Implementations| Name | Description | |
|---|---|---|
|   | ICollectionTIsReadOnly | 
            Gets a value indicating whether the ICollectionT is read-only.
            (Inherited from BasePartitionT.) | 
 See Also
See Also