XMBYTEN2::XMBYTEN2 (constint8_t*) 函数 (directxpackedvector.h)
从双元素int8_t
数组参数初始化 XMBYTEN2 的新实例。
此构造函数从双元素int8_t
数组参数初始化 XMBYTEN2 的新实例。
注意 此构造函数仅适用于 C++。
语法
void XMBYTEN2(
const int8_t *pArray
) noexcept;
参数
pArray
包含用于初始化 XMBYTEN2 新实例的两个组件的值的双元素int8_t
数组。
返回值
无
要求
目标平台 | Windows |
标头 | directxpackedvector.h |