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