コード例 #1
0
ファイル: NullSolverImpl.cs プロジェクト: Havie/BallTest
 public void SetConstraintGroupParameters(Oni.ConstraintType type, ref Oni.ConstraintParameters parameters)
 {
 }
コード例 #2
0
 public void SetConstraintGroupParameters(Oni.ConstraintType type, ref Oni.ConstraintParameters parameters)
 {
     // No need to implement. This backend grabs parameters from the abstraction when it needs them.
 }
コード例 #3
0
 public void SetConstraintGroupParameters(Oni.ConstraintType type, ref Oni.ConstraintParameters parameters)
 {
     Oni.SetConstraintGroupParameters(m_OniSolver, (int)type, ref parameters);
 }