RTHandle::RTHandle

RTHandle::RTHandle
RTHandle();
RTHandle(Entry* entry);
RTHandle(const RTHandle& other);
Description

RTHandle constructor.

Parameters
Parameters 
Description 
Entry* entry 
The Entry node associated with the render thread handle. 
const RTHandle& other 
Reference to another entry handle whose values are copied to the source entry handle.