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