示例#1
0
 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);
 }