Tao.Ode SDK Documentation

Ode.dColliderFn Delegate

[Visual Basic]
Public Delegate Function Ode.dColliderFn( _
   ByVal o1 As IntPtr, _
   ByVal o2 As IntPtr, _
   ByVal flags As Integer, _
   ByRef contact As dContactGeom, _
   ByVal skip As Integer _
) As Integer
[C#]
public delegate int Ode.dColliderFn(
   IntPtr o1,
   IntPtr o2,
   int flags,
   out dContactGeom contact,
   int skip
);

Requirements

Namespace: Tao.Ode

Assembly: Tao.Ode (in Tao.Ode.dll)

See Also

Tao.Ode Namespace