nw::gfx::SceneContext::TryPushModel Member Function

Syntax

bool TryPushModel(
     Model * model
);

Arguments

Name Description
in model The model.

Return Values

Returns true if added successfully.

Description

Adds a model. Here, the term "model" includes the derived class (i.e., SkeletalModel, etc.)


CONFIDENTIAL