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