Component filter.
More...
|
| bool | Next (T *components) |
| | Advances the filter to the next element of the collection. More...
|
| |
| void | Reset () |
| | Reset the filter. More...
|
| |
| bool | Reset (int offset, int count) |
| | Reset a part of the filter. More...
|
| |
Component filter.
- Template Parameters
-
◆ Reset() [1/2]
◆ Reset() [2/2]
Reset a part of the filter.
- Parameters
-
◆ Next()
Advances the filter to the next element of the collection.
- Parameters
-
| components | The component pointer |
- Returns
true if the filter was successfully advanced to the next element; false if the filter has passed the end of the collection.
◆ UseCulling