void operator =(const RTHandle& other);
The = value assigns the value of the current render context handle to the value of the passed handle.
Parameters |
Description |
const RTHandle& other |
A handle whose data is set to the current context handle. |