예제 #1
0
 protected override void SetPosition(Vector3 position)
 {
     if (currentPositionAngle == null)
     {
         return;
     }
     currentPositionAngle.SetX(position.X);
     currentPositionAngle.SetY(position.Y);
     currentPositionAngle.SetZ(position.Z);
 }