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 runtime updater.

Enumerated Types

Flag Flag for update management information.

Member Variables

m_IsCopied bool Flag indicating resource has been copied.
resource const ResParticleUpdaterData * Pointer to the resource.
work u32 Work area.
m_Type nw::ut::ResTypeInfo
m_TargetStreams void * Pointer to the stream to be changed.
m_Flags u32 The flags

Member Functions

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

CONFIDENTIAL