Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleCollection.h38 class ResParticleAttribute : public nw::ut::ResCommon< ResParticleAttributeData >
41 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResParticleAttribute) };
44 NW_RES_CTOR( ResParticleAttribute )
56 typedef nw::ut::ResArrayClass<ResParticleAttribute>::type ResParticleAttributeArray;
67 class ResParticleStreamAttribute : public ResParticleAttribute
73 NW_RES_CTOR_INHERIT( ResParticleStreamAttribute, ResParticleAttribute )
88 class ResParticleParameterAttribute : public ResParticleAttribute
94 NW_RES_CTOR_INHERIT( ResParticleParameterAttribute, ResParticleAttribute ) in NW_RES_CTOR_INHERIT() argument
126 NW_RES_FIELD_CLASS_LIST_DECL( ResParticleAttribute, Attributes )