Namespace: Rx – Class: CRxMapping3D – Header: Rx.Core.Ex/RxMapping3D.h
CRxMapping3D::Create Method
C++
void Create(CRxMapping3D&& xMapping)
Creates this mapping by moving the data of the given mapping into this mapping.
Parameters
[CRxMapping3D&&] xMapping |
[in,out] The mapping to move. Is invalid after this call. |