Exemplo n.º 1
0
 internal void SendCameraIdled(CameraPosition position)
 {
     CameraIdled?.Invoke(this, new CameraIdledEventArgs(position));
 }
Exemplo n.º 2
0
 internal void cameraIdled(Bounds bounds)
 {
     CameraIdled?.Invoke(this, bounds);
 }