![]() |
CNiCursor3D()








Public Constructor |
Declared in: NiCursor3D.h |
Declaration
CNiCursor3D( const CNiCursor3D& source);
Description
Copy constructor. The newly constructed object is attached to the same interface pointer as the object to be copied. The reference count of the interface pointer is incremented.
Parameters
const CNiCursor3D& source
Specifies object to be copied.