Lines Matching refs:GetResource
202 resCamera->toViewUpdater.set_ptr(this->m_ViewUpdater->GetResource().ptr()); in Create()
203 resCamera->toProjectionUpdater.set_ptr(this->m_ProjectionUpdater->GetResource().ptr()); in Create()
205 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in Create()
220 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in Create()
426 ResDynamicCast<const ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTargetPosition()
428 ResDynamicCast<const ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTargetPosition()
450 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTargetPosition()
452 ResDynamicCast<ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTargetPosition()
473 ResDynamicCast<const ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetUpwardVector()
485 ResDynamicCast<ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetUpwardVector()
497 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTwist()
509 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTwist()
521 ResDynamicCast<const ResRotateViewUpdater>( GetViewUpdater()->GetResource() ); in GetViewRotate()
533 ResDynamicCast<ResRotateViewUpdater>( GetViewUpdater()->GetResource() ); in SetViewRotate()
553 … ResDynamicCast<const ResPerspectiveProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetPerspective()
585 ResDynamicCast<ResPerspectiveProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetPerspective()
607 ResDynamicCast<const ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFrustum()
653 ResDynamicCast<ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetFrustum()
674 ResDynamicCast<const ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetOrtho()
720 ResDynamicCast<ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetOrtho()
738 ResDynamicCast<const ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFrustum()
776 ResDynamicCast<const ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetOrtho()
828 ResDynamicCast<const ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetNear()
840 ResDynamicCast<ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetNear()
852 ResDynamicCast<const ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFar()
864 ResDynamicCast<ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetFar()
1005 ResCameraViewUpdaterData* ptr = GetViewUpdater()->GetResource().ptr(); in GetAnimTargetObject()
1011 ResCameraProjectionUpdaterData* ptr = GetProjectionUpdater()->GetResource().ptr(); in GetAnimTargetObject()