public class StudentShortDescription
{
public int id { get; set; }
public string name{ get; set; }
public string age{ get; set; }
}
public class StudentList
{
public string GuardianName { get; set; }
}
public class accademicdetails
{
public string acc{get;set;}
}
public class UptoDateAttendance
{
public decimal Attendancepercentage { get; set; }
}
我希望能够在几秒钟内控制对象的旋转速度。 现在菜单是3页,平滑旋转120度,120度停止。此外,如果按住按钮,则旋转继续并停在与菜单相同的120度范围内。如果我向左移动操纵杆,如果我将操纵杆向右移动菜单向右旋转,则菜单向左旋转。 你能告诉我怎么做吗?