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