Lines Matching refs:ut
32 typedef ut::ResArrayClass<ResParticleInitializer>::type::iterator ResParticleInitializerArrayIterat…
33 typedef ut::ResArrayClass<const ResParticleInitializer>::type::const_iterator ResParticleInitialize…
34 typedef ut::ResArrayClass<ResParticleInitializer>::type ResParticleInitializerArray;
35 typedef ut::ResArrayClass<const ResParticleInitializer>::type ResParticleInitializerArrayConst;
37 typedef ut::ResArrayClass<ResParticleUpdater>::type::iterator ResParticleUpdaterArrayIterator;
38 typedef ut::ResArrayClass<const ResParticleUpdater>::type::const_iterator ResParticleUpdaterArrayCo…
39 typedef ut::ResArrayClass<ResParticleUpdater>::type ResParticleUpdaterArray;
40 typedef ut::ResArrayClass<const ResParticleUpdater>::type ResParticleUpdaterArrayConst;
45 nw::ut::Offset toParticleCollection;
46 nw::ut::ResS32 m_ParticleInitializersTableCount;
47 nw::ut::Offset toParticleInitializersTable;
48 nw::ut::ResS32 m_ParticleUpdatersTableCount;
49 nw::ut::Offset toParticleUpdatersTable;
50 nw::ut::Offset toParticleShapeBuilder;
51 nw::ut::ResS32 m_ParticleShapeIndex;
52 nw::ut::ResU32 m_ParticleSetPriority;
53 nw::ut::ResBool m_IsForceWorld;
54 nw::ut::ResBool m_IsBufferFlushEnabled;
55 nw::ut::ResBool m_IsInheritParentVelocity;
82 typedef nw::ut::ResArrayPatricia<ResParticleSet>::type ResParticleSetArray;