nw::gfx::ParticleSet::Updater Structurestruct Updater
{
bool m_IsCopied;
const ResParticleUpdaterData * resource;
u32 work;
nw::ut::ResTypeInfo m_Type;
void * m_TargetStreams[2];
u32 m_Flags;
};
Administrative info for the system initializer.
| 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 |
IsEnabledFlags
|
Determines whether the given flags are enabled. | |
|---|---|---|
EnableFlags
|
Enables the specified flags. |
CONFIDENTIAL