Lines Matching refs:ut
35 nw::ut::ResTypeInfo typeInfo;
36 nw::ut::BinaryRevisionHeader m_Header;
37 nw::ut::BinString toName;
38 nw::ut::ResS32 m_UserDataDicCount;
39 nw::ut::Offset toUserDataDic;
54 nw::ut::ResU32 m_Flags;
55 nw::ut::ResBool m_IsBranchVisible;
57 nw::ut::ResS32 m_ChildrenTableCount;
58 nw::ut::Offset toChildrenTable;
59 nw::ut::ResS32 m_AnimGroupsDicCount;
60 nw::ut::Offset toAnimGroupsDic;
66 nw::ut::ResTransform3 m_Transform;
67 nw::ut::ResMtx34 m_LocalMatrix;
68 nw::ut::ResMtx34 m_WorldMatrix;
74 class ResSceneObject : public nw::ut::ResCommon< ResSceneObjectData >
90 NW_RES_FIELD_STRUCT_DECL( nw::ut::BinaryRevisionHeader, Header ) // GetHeader() in NW_RES_FIELD_STRUCT_DECL()
110 …NW_RES_FIELD_CLASS_DIC_DECL( nw::ut::ResMetaData, UserData, nw::ut::ResDicPatricia ) // GetMetaDat… in NW_RES_FIELD_STRUCT_DECL()
117 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRUCT_DECL()
172 …NW_RES_FIELD_CLASS_DIC_DECL( nw::anim::ResAnimGroup, AnimGroups, nw::ut::ResDicPatricia ) // GetAn… in NW_RES_CTOR_INHERIT()