nw::gfx::AttachNode::operator() Member Function

Syntax

template <typename TNode>
void operator()(
     TNode * node
);

Arguments

Name Description
in node The object being attached.

Return Values

None.

Description

Attaches a child to a parent node.


CONFIDENTIAL