Exemplo n.º 1
0
 public AwayFollowState(ref CameraData cameraData, ref FollowCartridge follow)
 {
     this.c_cameraData = cameraData;
     this.cart_follow  = follow;
 }
Exemplo n.º 2
0
 public FreeFollowState(ref CameraData cameraData, ref AngleAdjustmentCartridge ang, ref FollowCartridge follow)
 {
     this.c_cameraData = cameraData;
     this.cart_angle   = ang;
     this.cart_follow  = follow;
 }