Appearance
位移、坐标
位移、坐标,其操作主体为actor或可获得位置的,拥有大小的物体、特效之类的内容。
常见的方法有:
Get Actor Location: 获取位置
Set Actor Location: 设置位置
Get World Location: 获取世界位置
Set World Location: 设置世界位置
Get Actor ForwardVector: 获取前向向量
Get Actor RightVector: 获取右向向量
Get Actor UpVector: 获取上向向量
Get Actor Relative Transform: 获取相对变换
Set Actor Relative Transform: 设置相对变换
Add Actor World Offset: 添加世界偏移
Add Actor Local Offset: 添加本地偏移
Set Actor Rotation: 设置旋转
Set Actor Scale3D: 设置缩放
Add Actor World Rotation: 添加世界旋转
Add Actor Local Rotation: 添加本地旋转
Set Actor Relative Location: 设置相对位置
Set Actor Relative Rotation: 设置相对旋转
Set Actor Relative Scale3D: 设置相对缩放