DisplayHandle

DisplayHandle
Scaleform::Render::ContextImpl::RTHandle
    Scaleform::Render::ContextImpl::DisplayHandle
Declaration
template <class C>
class DisplayHandle : public RTHandle;
Description

DisplayHandle is a context entry handle intended to pass values of a specific node to the rendering thread, where it is typically passed to HAL::Draw method. DisplayHandle implementation is essentially a "weak reference" in that the NextCapture call on the handle will fail if Entry/TreeNode was released.

Methods
Method 
Description 
DisplayHandle constructor. 
Obtains the render context entry node associated with the handle. 
Operators
Operator 
Description 
== 
Compares the data of two context display handle. 
File

Render_Context.h