Namespace: Tzu_Engine.Physic
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
<UnmanagedFunctionPointerAttribute(CallingConvention.Cdecl)>
Public Delegate Sub TZPhysics.BodyIterator( _ 
   ByVal body As IntPtr _ 
)
C#
[UnmanagedFunctionPointerAttribute(CallingConvention.Cdecl)]
public delegate void TZPhysics.BodyIterator(
   IntPtr body
)
C++
[UnmanagedFunctionPointerAttribute(CallingConvention::Cdecl)]
public delegate void TZPhysics.BodyIterator(
   IntPtr body
)
J#
/** delegate */
/** @attribute UnmanagedFunctionPointerAttribute(CallingConvention.Cdecl) */
public delegate void TZPhysics.BodyIterator(
   IntPtr body
)
JScript
JScript suports the use of delegates, but not the declaration of new ones.

See Also