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

Syntax

Visual Basic (Declaration)
Public Sub Body_ForEachPolygonDo( _ 
   ByVal body As Integer,  _ 
   ByVal cb As TZPhysics.CollisionIteratorCB _ 
)
C#
public void Body_ForEachPolygonDo(
   int body,
   TZPhysics.CollisionIteratorCB cb
)
C++
public:
 void Body_ForEachPolygonDo(
   int body,
   TZPhysics.CollisionIteratorCB cb
) sealed 
J#
public void Body_ForEachPolygonDo(
   int body,
   TZPhysics.CollisionIteratorCB cb
)
JScript
public  function Body_ForEachPolygonDo(
   body : int,
   cb : TZPhysics.CollisionIteratorCB
)

See Also