public void SetListener(IBoundaryListener boundaryListener) { this.boundaryListener = boundaryListener; }
void OnDestroy() { this.boundaryListener = null; }