Home
last modified time | relevance | path

Searched refs:ResParticleAttribute (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResParticleCollection.h40 class ResParticleAttribute : public nw::ut::ResCommon< ResParticleAttributeData >
43 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResParticleAttribute) };
46 NW_RES_CTOR( ResParticleAttribute )
58 typedef nw::ut::ResArrayClass<ResParticleAttribute>::type ResParticleAttributeArray;
69 class ResParticleStreamAttribute : public ResParticleAttribute
75 NW_RES_CTOR_INHERIT( ResParticleStreamAttribute, ResParticleAttribute )
90 class ResParticleParameterAttribute : public ResParticleAttribute
96 NW_RES_CTOR_INHERIT( ResParticleParameterAttribute, ResParticleAttribute ) in NW_RES_CTOR_INHERIT() argument
128 NW_RES_FIELD_CLASS_LIST_DECL( ResParticleAttribute, Attributes )