rotation_x属性
rotation_x属性
获取并设置挤压形状绕 x 轴的旋转角度(以度为单位)。
定义:
@property
def rotation_x(self):
...
@rotation_x.setter
def rotation_x(self, value):
...
获取并设置挤压形状绕 x 轴的旋转角度(以度为单位)。
@property
def rotation_x(self):
...
@rotation_x.setter
def rotation_x(self, value):
...