nw::gfx::SceneNode::AttachChild Member Function

Syntax

bool AttachChild(
     SceneNode * child
);

Arguments

Name Description
in child Scene node that will become a child.

Return Values

Returns false if it could not be added.

Description

Attaches a child.


CONFIDENTIAL