Lines Matching refs:ut
33 nw::ut::ResTypeInfo typeInfo;
34 nw::ut::Offset toParticleAnimationOption;
35 nw::ut::ResS32 m_AnimationLength;
36 nw::ut::ResS32 m_AnimationDimension;
37 nw::ut::ResS32 m_AnimationStride;
38 nw::ut::ResS32 m_AnimationEnabledTableCount;
39 nw::ut::Offset toAnimationEnabledTable;
40 nw::ut::ResS32 m_AnimationDataTableCount;
41 nw::ut::Offset toAnimationDataTable;
47 class ResParticleAnimation : public nw::ut::ResCommon< ResParticleAnimationData >
67 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_CLASS_DECL()