nw::gfx::ParticleSet::Initializer Structure

Syntax

struct Initializer
{
   bool m_IsCopied;
   const ResParticleInitializerData * resource;
   u32 work;
   nw::ut::ResTypeInfo m_Type;
   void * m_TargetStreams[2];
};

Description

Administrative info for the system initializer.

Member Variables

m_IsCopied Flag indicating resource has been copied.
resource Pointer to the resource.
work Work area.
m_Type
m_TargetStreams Pointer to the stream to be changed.

CONFIDENTIAL