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

Syntax

Visual Basic (Declaration)
Public Function Add_Sphere( _ 
   ByVal Sphere As TZMesh,  _ 
   ByVal Nt_Tf As TZPhysics.SetTransformCB,  _ 
   ByVal NT_Fat As TZPhysics.SetForceAndTorqueCB _ 
) As Integer
C#
public int Add_Sphere(
   TZMesh Sphere,
   TZPhysics.SetTransformCB Nt_Tf,
   TZPhysics.SetForceAndTorqueCB NT_Fat
)
C++
public:
 int Add_Sphere(
   TZMesh Sphere,
   TZPhysics.SetTransformCB Nt_Tf,
   TZPhysics.SetForceAndTorqueCB NT_Fat
) sealed 
J#
public int Add_Sphere(
   TZMesh Sphere,
   TZPhysics.SetTransformCB Nt_Tf,
   TZPhysics.SetForceAndTorqueCB NT_Fat
)
JScript
public  function Add_Sphere(
   Sphere : TZMesh,
   Nt_Tf : TZPhysics.SetTransformCB,
   NT_Fat : TZPhysics.SetForceAndTorqueCB
) : int

See Also