Exemplo n.º 1
0
 void offsetCallback(CameraAgent ca)
 {
     ca.Offset(new Vector3D(0, 0, -2000), new Point3D(0, 0, 50), 6000, offsetCallbackLeftUp, RelocateBtn);
 }
Exemplo n.º 2
0
		void offsetCallback(CameraAgent ca)
		{
			ca.Offset(new Vector3D(0, 0, -2000), new Point3D(0, 0, 50), 6000, offsetCallbackLeftUp, RelocateBtn);
		}
Exemplo n.º 3
0
 void offsetCallbackDown(CameraAgent ca)
 {
     ca.Offset(new Vector3D(-1000, 0, 0), new Point3D(0, 0, 50), 6000, offsetCallback, RelocateBtn);
 }
Exemplo n.º 4
0
		void offsetCallbackDown(CameraAgent ca)
		{
			ca.Offset(new Vector3D(-1000, 0, 0), new Point3D(0, 0, 50), 6000, offsetCallback, RelocateBtn);
		}