Transform组件中表示局部坐标的是()。
A: Rotate
B: localPosition
C: position
D: RotateAround
A: Rotate
B: localPosition
C: position
D: RotateAround
举一反三
- 物体的Transform组件中,Position属性是指: ( ) A: 全局坐标 B: 局部坐标
- 使用Unity3D引擎过程中,Transform组件中可以使物体移动的方法是()。 A: Translate B: Rotate C: position D: rotation
- 元素顺时针旋转45的正确写法是? A: transform:rotate(45deg) B: transform:rotate(-45deg) C: transform:rotate(135deg) D: transform:rotate(-135deg)
- 在CSS3 2D 转换中,表示“将元素从当前位置根据给定的x轴坐标和y轴坐标进行移动”的方法是()。 A: transform:translate() B: transform:rotate() C: transform:scale() D: transform:skew()
- 使用Unity3D引擎编程过程中,Transform组件上表示旋转的是()。 A: Rotation B: Position C: Scale D: Local