Lines Matching refs:ut
32 nw::ut::ResTypeInfo typeInfo;
33 nw::ut::ResS32 m_Usage;
40 class ResParticleAttribute : public nw::ut::ResCommon< ResParticleAttributeData >
55 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
58 typedef nw::ut::ResArrayClass<ResParticleAttribute>::type ResParticleAttributeArray;
81 nw::ut::ResS32 m_Dimension;
82 nw::ut::ResS32 m_DataTableCount;
83 nw::ut::Offset toDataTable;
106 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR_INHERIT()
112 nw::ut::ResS32 m_Capacity;
113 nw::ut::ResS32 m_AttributesTableCount;
114 nw::ut::Offset toAttributesTable;
122 class ResParticleCollection : public nw::ut::ResCommon< ResParticleCollectionData >