nw::demo::ParticleEffect::Create Member Function

Syntax

static ParticleEffect * Create(
     os::IAllocator * mainAllocator,
     os::IAllocator * deviceAllocator,
     bool autoAlocate,
     gfx::ParticleContext * particleContext
);

Arguments

Name Description
mainAllocator
deviceAllocator
autoAlocate
particleContext

Return Values

Returns the created ParticleEffect class.

Description

Creates a ParticleEffect class.


CONFIDENTIAL