コード例 #1
0
 protected virtual void OnAddBuoyancyForce(CBuoyancyPlaneEventArgs pEventArgs)
 {
     if (m_GetBuoyancyPlane != null)
     {
         m_GetBuoyancyPlane(this, pEventArgs);
     }
 }
コード例 #2
0
ファイル: CBody.cs プロジェクト: charlierix/AsteroidMiner
 protected virtual void OnAddBuoyancyForce(CBuoyancyPlaneEventArgs pEventArgs)
 {
     if (m_GetBuoyancyPlane != null)
     {
         m_GetBuoyancyPlane(this, pEventArgs);
     }
 }