Searched refs:ResParticleUpdater (Results 1 – 6 of 6) sorted by relevance
86 class ResParticleUpdater : public nw::ut::ResCommon< ResParticleUpdaterData >89 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResParticleUpdater) };92 NW_RES_CTOR( ResParticleUpdater )117 class ResParticleAccelarationUpdater : public ResParticleUpdater123 NW_RES_CTOR_INHERIT( ResParticleAccelarationUpdater, ResParticleUpdater )138 class ResParticleFloatUpdater : public ResParticleUpdater144 NW_RES_CTOR_INHERIT( ResParticleFloatUpdater, ResParticleUpdater )184 class ResParticleFloatImmediate4KeyUpdater : public ResParticleUpdater190 NW_RES_CTOR_INHERIT( ResParticleFloatImmediate4KeyUpdater, ResParticleUpdater )216 class ResParticleVector3Immediate4KeyUpdater : public ResParticleUpdater[all …]
39 typedef ut::ResArrayClass<ResParticleUpdater>::type::iterator ResParticleUpdaterArrayIterator;40 typedef ut::ResArrayClass<const ResParticleUpdater>::type::const_iterator ResParticleUpdaterArrayCo…41 typedef ut::ResArrayClass<ResParticleUpdater>::type ResParticleUpdaterArray;42 typedef ut::ResArrayClass<const ResParticleUpdater>::type ResParticleUpdaterArrayConst;74 …NW_RES_FIELD_CLASS_LIST_DECL( ResParticleUpdater, ParticleUpdaters ) // GetParticleUpdater…
35 class ResParticleUpdater; variable70 const ResParticleUpdater* src,76 const ResParticleUpdater* src);
135 ResParticleUpdater resUpdater(updater.resource); in ResolveParticleObject()362 const ResParticleUpdater* src) in GetMemorySizeForDuplicateResParticleUpdaterInternal()372 case ResParticleUpdater::TYPE_INFO: in GetMemorySizeForDuplicateResParticleUpdaterInternal()541 const ResParticleUpdater* src, in DuplicateResParticleUpdater()556 case ResParticleUpdater::TYPE_INFO: in DuplicateResParticleUpdater()
347 const ResParticleUpdater resUpdater = *i++; in GetMemorySizeInternal()494 const ResParticleUpdater resUpdater = *i++; in Create()618 const ResParticleUpdater resUpdater(updater.resource); in Create()3092 const ResParticleUpdater updater(workUpdater.resource); in UpdateParticles()
321 nw::gfx::ResParticleUpdater resUpdater(updater.resource); in SetUserUpdater()