Lines Matching refs:ut
35 nw::ut::ResS32 m_ViewType;
36 nw::ut::ResS32 m_ProjectionType;
37 nw::ut::Offset toViewUpdater;
38 nw::ut::Offset toProjectionUpdater;
39 nw::ut::ResF32 m_WScale;
45 nw::ut::ResTypeInfo typeInfo;
51 nw::ut::ResTypeInfo typeInfo;
52 nw::ut::ResF32 m_Near;
53 nw::ut::ResF32 m_Far;
66 nw::ut::ResU32 m_Flags;
67 nw::ut::ResVec3 m_TargetPosition;
68 nw::ut::ResF32 m_Twist;
81 nw::ut::ResU32 m_Flags;
82 nw::ut::ResVec3 m_TargetPosition;
83 nw::ut::ResVec3 m_UpwardVector;
94 nw::ut::ResU32 m_Flags;
95 nw::ut::ResVec3 m_ViewRotate;
100 nw::ut::ResF32 m_AspectRatio;
101 nw::ut::ResF32 m_Height;
102 nw::ut::ResVec2 m_Center;
109 operator nw::ut::Rect() const in Rect()
113 …return nw::ut::Rect( m_Center.x - width / 2, m_Center.y - m_Height / 2, m_Center.x + width / 2, m_… in Rect()
204 nw::ut::ResF32 m_AspectRatio;
205 nw::ut::ResF32 m_Fovy;
212 class ResCameraViewUpdater : public nw::ut::ResCommon< ResCameraViewUpdaterData >
224 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
230 class ResCameraProjectionUpdater : public nw::ut::ResCommon< ResCameraProjectionUpdaterData >
263 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
587 typedef nw::ut::ResArrayPatricia<ResCamera>::type ResCameraArray;