Lines Matching refs:ut
37 nw::ut::ResTypeInfo typeInfo;
38 nw::ut::BinaryRevisionHeader m_Header;
39 nw::ut::BinString toName;
40 nw::ut::ResS32 m_UserDataDicCount;
41 nw::ut::Offset toUserDataDic;
56 nw::ut::ResU32 m_Flags;
57 nw::ut::ResBool m_IsBranchVisible;
59 nw::ut::ResS32 m_ChildrenTableCount;
60 nw::ut::Offset toChildrenTable;
61 nw::ut::ResS32 m_AnimGroupsDicCount;
62 nw::ut::Offset toAnimGroupsDic;
68 nw::ut::ResTransform3 m_Transform;
69 nw::ut::ResMtx34 m_LocalMatrix;
70 nw::ut::ResMtx34 m_WorldMatrix;
76 class ResSceneObject : public nw::ut::ResCommon< ResSceneObjectData >
92 NW_RES_FIELD_STRUCT_DECL( nw::ut::BinaryRevisionHeader, Header ) // GetHeader() in NW_RES_FIELD_STRUCT_DECL()
112 …NW_RES_FIELD_CLASS_DIC_DECL( nw::ut::ResMetaData, UserData, nw::ut::ResDicPatricia ) // GetMetaDat… in NW_RES_FIELD_STRUCT_DECL()
119 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRUCT_DECL()
174 …NW_RES_FIELD_CLASS_DIC_DECL( nw::anim::ResAnimGroup, AnimGroups, nw::ut::ResDicPatricia ) // GetAn… in NW_RES_CTOR_INHERIT()