Lines Matching refs:ut
30 nw::ut::ResTypeInfo typeInfo;
31 nw::ut::ResS32 m_Usage;
38 class ResParticleAttribute : public nw::ut::ResCommon< ResParticleAttributeData >
53 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
56 typedef nw::ut::ResArrayClass<ResParticleAttribute>::type ResParticleAttributeArray;
79 nw::ut::ResS32 m_Dimension;
80 nw::ut::ResS32 m_DataTableCount;
81 nw::ut::Offset toDataTable;
104 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR_INHERIT()
110 nw::ut::ResS32 m_Capacity;
111 nw::ut::ResS32 m_AttributesTableCount;
112 nw::ut::Offset toAttributesTable;
120 class ResParticleCollection : public nw::ut::ResCommon< ResParticleCollectionData >