Matrix4x4.Translation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此矩阵的平移分量。
public:
 property System::Numerics::Vector3 Translation { System::Numerics::Vector3 get(); void set(System::Numerics::Vector3 value); };public System.Numerics.Vector3 Translation { get; set; }member this.Translation : System.Numerics.Vector3 with get, setPublic Property Translation As Vector3属性值
当前实例的平移分量。