Lines Matching refs:ut
37 nw::ut::ResS32 m_ViewType;
38 nw::ut::ResS32 m_ProjectionType;
39 nw::ut::Offset toViewUpdater;
40 nw::ut::Offset toProjectionUpdater;
41 nw::ut::ResF32 m_WScale;
47 nw::ut::ResTypeInfo typeInfo;
53 nw::ut::ResTypeInfo typeInfo;
54 nw::ut::ResF32 m_Near;
55 nw::ut::ResF32 m_Far;
68 nw::ut::ResU32 m_Flags;
69 nw::ut::ResVec3 m_TargetPosition;
70 nw::ut::ResF32 m_Twist;
83 nw::ut::ResU32 m_Flags;
84 nw::ut::ResVec3 m_TargetPosition;
85 nw::ut::ResVec3 m_UpwardVector;
96 nw::ut::ResU32 m_Flags;
97 nw::ut::ResVec3 m_ViewRotate;
102 nw::ut::ResF32 m_AspectRatio;
103 nw::ut::ResF32 m_Height;
104 nw::ut::ResVec2 m_Center;
111 operator nw::ut::Rect() const in Rect()
115 …return nw::ut::Rect( m_Center.x - width / 2, m_Center.y - m_Height / 2, m_Center.x + width / 2, m_… in Rect()
206 nw::ut::ResF32 m_AspectRatio;
207 nw::ut::ResF32 m_Fovy;
214 class ResCameraViewUpdater : public nw::ut::ResCommon< ResCameraViewUpdaterData >
226 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
232 class ResCameraProjectionUpdater : public nw::ut::ResCommon< ResCameraProjectionUpdaterData >
265 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
589 typedef nw::ut::ResArrayPatricia<ResCamera>::type ResCameraArray;