コード例 #1
0
 public static RoomTemplate RotateRoomTemplate(RoomTemplate templateToRotate, TemplateRotation rotationAmount)
 {
     return RotateRoomTemplate(templateToRotate, (int)rotationAmount);
 }
コード例 #2
0
 public static Point RotateRoomPoint(RoomTemplate templateToRotate, Point pointToRotate, TemplateRotation rotationAmount)
 {
     return RotateRoomPoint(templateToRotate, pointToRotate, (int)rotationAmount);
 }