Tao.Ode SDK Documentation |
|
Ode.dTriArrayCallback Delegate
[Visual Basic]
Public Delegate Sub Ode.dTriArrayCallback( _
ByVal
TriMesh As
IntPtr, _
ByVal
RefObject As
IntPtr, _
ByVal
TriIndices As
Integer(), _
ByVal
TriCount As
Integer _
)
[C#]
public delegate void Ode.dTriArrayCallback(
IntPtr TriMesh,
IntPtr RefObject,
int[] TriIndices,
int TriCount);
Requirements
Namespace:
Tao.Ode
Assembly: Tao.Ode (in Tao.Ode.dll)
See Also
Tao.Ode Namespace