nw::demo::SceneSystem::Create Member Function

Syntax

static SceneSystem * Create(
     os::IAllocator * allocator,
     const Description & description
);

Arguments

Name Description
in allocator Allocator.
in description Settings for the scene system to created.

Return Values

Generated scene system.

Description

Creates a scene update-related class.


CONFIDENTIAL