nw::gfx::SceneHelper::ResolveReference Member Function
template <typename TIterator>
static void ResolveReference(
TIterator begin,
TIterator end
);
| Name | Description |
|---|---|
| TIterator | Iterator of collection storing scene tree. |
| Name | Description | |
|---|---|---|
| in | begin | The beginning of the collection of scene nodes you want to resolve. |
| in | end | The end of the collection of scene nodes you want to resolve. |
Resolves structures referenced by a scene tree.
CONFIDENTIAL