ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Collections.IQuadTreeMonitor< T > Interface Template Reference

Interface for objects which are monitoring a specific region within a QuadTree. More...

Public Member Functions

void OnEnter (T item)
 Called when the given item has entered the region. More...
 
void OnExit (T item)
 Called when an item has left the region. More...
 

Detailed Description

Interface for objects which are monitoring a specific region within a QuadTree.

Member Function Documentation

void Forge.Collections.IQuadTreeMonitor< T >.OnEnter ( item)

Called when the given item has entered the region.

void Forge.Collections.IQuadTreeMonitor< T >.OnExit ( item)

Called when an item has left the region.


The documentation for this interface was generated from the following file: