![]() |
operator =()








Public Operator |
Declared in: NiLight.h |
Declaration
Description
Assignment operator. The object is attached to the same CWLight_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWLight_CI pointer is incremented. If an CWLight_CI pointer is already attached to this object, that CWLight_CI pointer is released and its reference count decremented before the new CWLight_CI pointer is attached.
Parameters
const CNiLight& source
Specifies object to which to be assigned.