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

Syntax

Visual Basic (Declaration)
Public Sub Callback_Camera_ForceAndTorque( _ 
   ByVal body As IntPtr,  _ 
   ByVal timestep As Single,  _ 
   ByVal threadindex As Integer _ 
)
C#
public void Callback_Camera_ForceAndTorque(
   IntPtr body,
   float timestep,
   int threadindex
)
C++
public:
 void Callback_Camera_ForceAndTorque(
   IntPtr body,
   float timestep,
   int threadindex
) sealed 
J#
public void Callback_Camera_ForceAndTorque(
   IntPtr body,
   float timestep,
   int threadindex
)
JScript
public  function Callback_Camera_ForceAndTorque(
   body : IntPtr,
   timestep : float,
   threadindex : int
)

See Also