nw::gfx::ParticleSet::Updater Structure

Syntax

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

Description

Administrative info for the system initializer.

Enumerated Types

Flag

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.
m_Flags The flags

Member Functions

IsEnabledFlags Determines whether the given flags are enabled.
EnableFlags Enables the specified flags.

CONFIDENTIAL