コード例 #1
0
 public override void BhvUpdate(float dt)
 {
     if (m_initialized)
     {
         m_cameraImpl.BhvUpdate(dt);
     }
 }