单项选择题

在Unity脚本中使用Tranform类中的某些属性可以实现让物体绕x 轴绕顺时针旋转20°,下列能实现这一功能的语句是()

A.this.transform.Ratate(20,0,0)
B.this.transform.Ratate(0,20,0)
C.this.transform.Ratate(0,0,20)
D.this.transform.ratation(20,0,0)